RivenSun2 commented on code in PR #12070:
URL: https://github.com/apache/kafka/pull/12070#discussion_r857051045
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerNetworkClient.java:
##########
@@ -283,6 +283,7 @@ public void poll(Timer timer, PollCondition pollCondition,
boolean disableWakeup
// try again to send requests since buffer space may have been
// cleared or a connect finished in the poll
trySend(timer.currentTimeMs());
+ client.poll(0, timer.currentTimeMs());
Review Comment:
I agree with your suggestion, this PR is still in draft state. I'm not sure
if I need to add `client.poll(0, timer.currentTimeMs());` here, hope the
relevant experts can give advice.
I'll change the title later.
Thanks.
--
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]