philipnee commented on code in PR #14386:
URL: https://github.com/apache/kafka/pull/14386#discussion_r1325349813


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java:
##########
@@ -106,6 +104,7 @@ public NetworkClientDelegate.PollResult poll(final long 
currentTimeMs) {
             return new NetworkClientDelegate.PollResult(Long.MAX_VALUE, 
Collections.emptyList());
         }
 
+        pendingRequests.inflightOffsetFetches.forEach(System.out::println);

Review Comment:
   🤦 



##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/CommitRequestManager.java:
##########
@@ -106,6 +104,7 @@ public NetworkClientDelegate.PollResult poll(final long 
currentTimeMs) {
             return new NetworkClientDelegate.PollResult(Long.MAX_VALUE, 
Collections.emptyList());
         }
 
+        pendingRequests.inflightOffsetFetches.forEach(System.out::println);

Review Comment:
   🤦 



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