lianetm commented on code in PR #16031:
URL: https://github.com/apache/kafka/pull/16031#discussion_r1628049433


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/NetworkClientDelegate.java:
##########
@@ -235,7 +235,6 @@ public void addAll(final List<UnsentRequest> requests) {
 
     public void add(final UnsentRequest r) {
         Objects.requireNonNull(r);
-        r.setTimer(this.time, this.requestTimeoutMs);

Review Comment:
   I see from the commits that we reverted back to the original way, where the 
request timeout is defined at the networkclient level common for all requests, 
and passed onto the request on add, nice, let's just update the PR description 
then (we can remove point 4) 



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