mxm commented on code in PR #20485:
URL: https://github.com/apache/flink/pull/20485#discussion_r952590047


##########
flink-connectors/flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/source/reader/fetcher/KafkaSourceFetcherManager.java:
##########
@@ -68,7 +69,7 @@ public KafkaSourceFetcherManager(
             Supplier<SplitReader<ConsumerRecord<byte[], byte[]>, 
KafkaPartitionSplit>>
                     splitReaderSupplier,
             Consumer<Collection<String>> splitFinishedHook) {
-        super(elementsQueue, splitReaderSupplier, splitFinishedHook);
+        super(elementsQueue, splitReaderSupplier, new Configuration(), 
splitFinishedHook);

Review Comment:
   Should we pass in the correct configuration?



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to