Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-13701

KafkaTableSourceSink doesn't support topic pattern

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.8.1, 1.9.0
    • None
    • None

    Description

      The current KafkaTableSourceSink can only support single topic rather than multiple or topic patterns, which is limited in many cases.

      .connect(
        new Kafka()
          .version("0.11")   
          .topic("...")     // Here we can only set single topic
      )
      

      I lookup the source code of 1.9-release branch and there is no change. The new DDL feature is also related to the implementation of connectors. I think it is necessary to add topicPattern support.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ysn2233 Shengnan YU
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: