Interface KafkaDatasetIdentifier
- All Known Implementing Classes:
DefaultKafkaDatasetIdentifier
@PublicEvolving
public interface KafkaDatasetIdentifier
Kafka dataset identifier which can contain either a list of topics or a topic pattern.
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringAssigns lineage dataset's name which is topic pattern if it is present or comma separated list of topics.
-
Method Details
-
getTopics
-
getTopicPattern
-
toLineageName
Assigns lineage dataset's name which is topic pattern if it is present or comma separated list of topics.
-