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

   When `retry.backoff.ms` is 0, the async consumer can use a 0 ms wait while
   waiting for fetch progress, causing the outer poll loop to repeat without
   blocking.
   
   This change applies a minimum 1 ms application-thread wait without changing
   request retry behavior, and adds tests for both affected paths.


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