kirktrue commented on code in PR #12813: URL: https://github.com/apache/kafka/pull/12813#discussion_r1128855661
########## clients/src/main/java/org/apache/kafka/clients/NetworkClient.java: ########## @@ -1279,9 +1283,10 @@ public ClientResponse completed(AbstractResponse response, long timeMs) { false, null, null, response); } - public ClientResponse disconnected(long timeMs, AuthenticationException authenticationException) { + public ClientResponse disconnected(long timeMs, AuthenticationException authenticationException, boolean timedOut) { Review Comment: Done. -- 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