ShivsundarR opened a new pull request, #18029:
URL: https://github.com/apache/kafka/pull/18029

   *What*
   
   In the response handler for `ShareAcknowledge`, we are passing the 
`clientResponse.receivedTimeMs()` to the handler methods. But when there is a 
disconnect or when the response received is null, we should be passing the 
current time instead. 
   
   This bug was causing consumer to hang as it did not call the handler methods 
on disconnect, and further requests were blocked waiting for its completion.


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