Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.0
Description
In streaming api, we can use regex to find topic and enable partiton discovery by setting non-negative value for `flink.partition-discovery.interval-millis`. However, it's not work in table api. We propose the following new connector options:
'topic' = 'topic' // for single topic 'topic' = 'topic-1, topic-2,..., topic-n', // for list topic 'topic-pattern' = 'topic*' // for use of regex, "topic" and "topic-pattern" can't coexist 'scan.topic-partition-discovery.interval' = '5s' // for both topic discovery
Attachments
Issue Links
- Blocked
-
FLINK-18602 Support specific offset for topic list for kafka connector
- Open
- duplicates
-
FLINK-14729 Multi-topics consuming from KafkaTableSource
- Closed
-
FLINK-13340 Add more Kafka topic option of flink-connector-kafka
- Closed
- relates to
-
FLINK-13052 Supporting multi-topic when using kafkaTableSourceSinkFactoryBase.createStreamTableSource
- Resolved
- links to