philipnee commented on code in PR #14842:
URL: https://github.com/apache/kafka/pull/14842#discussion_r1406787063
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java:
##########
@@ -154,7 +154,7 @@ public NetworkClientDelegate.PollResult poll(final long
currentTimeMs) {
if (!coordinatorRequestManager.coordinator().isPresent())
return EMPTY;
- maybeAutoCommitAllConsumed();
+ maybeAutoCommit();
Review Comment:
we always commit allConsumed(), so there's no point to reinstate 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]