dalelane commented on code in PR #293:
URL:
https://github.com/apache/flink-connector-kafka/pull/293#discussion_r4056537192
##########
flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/source/reader/KafkaPartitionSplitReader.java:
##########
@@ -285,6 +294,16 @@ Duration getPollTimeout() {
return pollTimeout;
}
+ @VisibleForTesting
+ Map<TopicPartition, Long> lastFetchedOffsets() {
Review Comment:
That's cleaner, thanks - added in ef50104e963038267fd7040e2e8d13870ff0c03c
--
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]