rajinisivaram commented on code in PR #17720:
URL: https://github.com/apache/kafka/pull/17720#discussion_r1835335638


##########
clients/src/main/java/org/apache/kafka/clients/NetworkClient.java:
##########
@@ -166,11 +169,51 @@ public NetworkClient(Selectable selector,
              time,
              discoverBrokerVersions,
              apiVersions,
-             null,
              logContext,
+             Long.MAX_VALUE,

Review Comment:
   Did you mean the NetworkClient in WorkerGroupMember? This PR changes the 
constructor used in WorkerGroupMember to pass in the configured value. Let me 
know if I have missed a different one.



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