chia7712 commented on PR #23014: URL: https://github.com/apache/kafka/pull/23014#issuecomment-5358306836
It seems `CommitRequestManager` could cause a busy loop as well if `auto.commit.interval.ms` is less than `bootstrap.resolve.timeout.ms`. When it sets `cachedMaximumTimeToWait` to zero, the `pollTimeout` gets adjusted to zero accordingly ... opened https://issues.apache.org/jira/browse/KAFKA-20970 -- 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]
