cadonna commented on code in PR #15000:
URL: https://github.com/apache/kafka/pull/15000#discussion_r1459255586
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java:
##########
@@ -271,6 +283,7 @@ public CompletableFuture<Void>
maybeAutoCommitAllConsumedNow(
return (response, throwable) -> {
autoCommitState.ifPresent(autoCommitState ->
autoCommitState.setInflightCommitStatus(false));
if (throwable == null) {
+
offsetCommitCallbackInvoker.submitCommitInterceptors(allConsumedOffsets);
Review Comment:
OK, but then the name of the method should be changed to better reflect what
it does.
--
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]