Details
-
Improvement
-
Status: Open
-
Not a Priority
-
Resolution: Unresolved
-
1.11.0
-
None
Description
During FLINK-18449, we decide to support topic discovery for kafka connector in table api. However, we can only use format 'partition:0,offset:42;partition:1,offset:300' to specify the offset for single topic. I think the better format is 'topic:topic-1,partition:0,offset:42;topic:topic-2,partition:1,offset:300' in topic discovery situation.
Attachments
Issue Links
- Blocked
-
FLINK-18449 Make topic discovery and partition discovery configurable for FlinkKafkaConsumer in Table API
- Closed