erikvanoosten commented on code in PR #13678:
URL: https://github.com/apache/kafka/pull/13678#discussion_r1214314299


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java:
##########
@@ -105,6 +105,8 @@ public final class ConsumerCoordinator extends 
AbstractCoordinator {
     private final boolean autoCommitEnabled;
     private final int autoCommitIntervalMs;
     private final ConsumerInterceptors<?, ?> interceptors;
+    // package private for testing
+    final AtomicInteger inFlightAsyncCommits;
     private final AtomicInteger pendingAsyncCommits;

Review Comment:
   @dajac I took the description of pendingAyncCommits from your comment 
https://github.com/apache/kafka/pull/13678#discussion_r1191927989, I hope I did 
that correctly.
   
   Changed in: 
https://github.com/apache/kafka/pull/13678/commits/2bfedf0ec27f9d386d9cddb2ba24d53e533ab51f



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to