Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.6.2
-
None
-
None
Description
subscribedPartitionsToStartOffsets in KafkaConsumerBase is getting values from restoredState, which is initialized in initializeState and discovering partitions. However, if we remove a topic in topics list and restore the Flink program, the restoredState still keeps removed topic, and the fetcher still fetches the data of the removed topic.
Attachments
Issue Links
- duplicates
-
FLINK-10342 Kafka duplicate topic consumption when topic name is changed
- Closed