d8tltanc commented on a change in pull request #8683:
URL: https://github.com/apache/kafka/pull/8683#discussion_r443807553



##########
File path: clients/src/main/java/org/apache/kafka/clients/NetworkClient.java
##########
@@ -771,7 +794,7 @@ private void processDisconnection(List<ClientResponse> 
responses,
      * @param responses The list of responses to update
      * @param now The current time
      */
-    private void handleTimedOutRequests(List<ClientResponse> responses, long 
now) {
+    private void handleTimeoutRequests(List<ClientResponse> responses, long 
now) {

Review comment:
       Sure. Refactored.
   




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to