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 Type
    Method
    Description
     
     
    default String
    Assigns lineage dataset's name which is topic pattern if it is present or comma separated list of topics.
  • Method Details

    • getTopics

      @Nullable List<String> getTopics()
    • getTopicPattern

      @Nullable Pattern getTopicPattern()
    • toLineageName

      default String toLineageName()
      Assigns lineage dataset's name which is topic pattern if it is present or comma separated list of topics.