mjsax commented on code in PR #17091:
URL: https://github.com/apache/kafka/pull/17091#discussion_r1757779041
##########
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:
Good callout!
Also wondering if `lastRecord.leaderEpoch()`is what we want? Or should it be
`nextRecord.leaderEpoch()` ?
--
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]