ShivsundarR commented on code in PR #16903:
URL: https://github.com/apache/kafka/pull/16903#discussion_r1721563728


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ShareConsumeRequestManager.java:
##########
@@ -401,7 +404,6 @@ public void commitAsync(final Map<TopicIdPartition, 
Acknowledgements> acknowledg
 
                         
metricsManager.recordAcknowledgementSent(acknowledgements.size());
                         log.debug("Added async acknowledge request for 
partition {} to node {}", tip.topicPartition(), node.id());
-                        resultCount.incrementAndGet();

Review Comment:
   Right yeah, I have removed the result count for commitAsync now.



-- 
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]

Reply via email to