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


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ShareConsumeRequestManager.java:
##########
@@ -771,6 +777,15 @@ private void handleShareFetchSuccess(Node fetchTarget,
                 }
             }
 
+            // Handle any acknowledgements which were not received in the 
response.
+            fetchAcknowledgementsInFlight.forEach((integer, 
topicIdPartitionAcknowledgementsMap) -> {

Review Comment:
   My bad, used Co-pilot's feature to auto-complete, and did not check the name 
:)). 
   I have removed this part now, as we have to use 
`fetchAcknowledgementsInFlight.get(fetchTarget.id())`



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