IgnasD commented on PR #97:
URL: 
https://github.com/apache/flink-connector-kafka/pull/97#issuecomment-2076484735

   The fix is that 
[previously](https://github.com/apache/flink-connector-kafka/blob/369e7be46a70fd50d68746498aed82105741e7d6/flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/dynamic/source/enumerator/DynamicKafkaSourceEnumerator.java#L291C39-L291C60)
 `activeTopicPartitions` were being constructed but used nowhere. Now I'm 
constructing `KafkaSourceEnumState` and passing `activeTopicPartitions` to it.
   
   And yes, while doing that some refactoring came in naturally to avoid code 
duplication.


-- 
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