fapaul commented on code in PR #133: URL: https://github.com/apache/flink-connector-kafka/pull/133#discussion_r1975272988
########## flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/source/reader/KafkaPartitionSplitReader.java: ########## @@ -279,6 +279,10 @@ void setConsumerClientRack(Properties consumerProps, String rackId) { } } + long getConsumerPosition(TopicPartition tp, String msg) { Review Comment: ```suggestion @VisibleForTesting long getConsumerPosition(TopicPartition tp, String msg) { ``` -- 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