frankvicky opened a new pull request, #18702: URL: https://github.com/apache/kafka/pull/18702
JIRA: KAFKA-18645 see discussion: https://github.com/apache/kafka/pull/18590#issuecomment-2612654505 In the classic consumer, the timeout respects `request.timeout.ms`. However, in the async consumer, this logic is either missing or only applies to individual requests. Unlike the classic consumer, where `request.timeout.ms` works for the entire coordinator closing behavior, the async implementation handles timeouts differently. We should align the close timeout-handling to enable `ConsumerBounceTest#testClose` ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org