Shivsundar R created KAFKA-18155: ------------------------------------ Summary: Fix bug in response handler for ShareAcknowledge in clients. Key: KAFKA-18155 URL: https://issues.apache.org/jira/browse/KAFKA-18155 Project: Kafka Issue Type: Sub-task Reporter: Shivsundar R
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 recieved 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 message was sent by Atlassian Jira (v8.20.10#820010)