Efrat19 commented on code in PR #287:
URL: 
https://github.com/apache/flink-connector-kafka/pull/287#discussion_r3698703311


##########
flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/source/enumerator/KafkaSourceEnumerator.java:
##########
@@ -292,7 +318,10 @@ public void addReader(int subtaskId) {
     @Override
     public KafkaSourceEnumState snapshotState(long checkpointId) throws 
Exception {
         return new KafkaSourceEnumState(
-                assignedSplits.values(), unassignedSplits.values(), 
initialDiscoveryFinished);
+                assignedSplits.values(),
+                unassignedSplits.values(),
+                initialDiscoveryFinished,
+                topicIntegrityProvider.getTrackedTopicIdsByName());

Review Comment:
   Fixed initializing on ctor (empty if flag disabled)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to