lucasbru commented on code in PR #17091:
URL: https://github.com/apache/kafka/pull/17091#discussion_r1772726105
##########
clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerRecords.java:
##########
@@ -90,6 +91,15 @@ public int count() {
return count;
}
+ public Map<TopicPartition, OffsetAndMetadata> nextOffsets() {
Review Comment:
The position inside the consumer is `nextFetchPosition` with leader epoch
`lastEpoch`, so I think we want to commit that.
--
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]