kirktrue opened a new pull request, #20363:
URL: https://github.com/apache/kafka/pull/20363

   We create—and wait on—PollEvent in Consumer.poll() to ensure we wait for
   reconciliation and/or auto-commit. However, reconciliation is relatively
   rare, and auto-commit only happens every N seconds, so the remainder of
   the time, we should try to avoid sending poll events.
   


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