frankvicky opened a new pull request, #22752: URL: https://github.com/apache/kafka/pull/22752
In the Classic consumer, `connections.max.idle.ms` can cause the coordinator connection to be reaped during a long rebalance if `max.poll.interval.ms` is higher than it. When this happens, in-flight `JoinGroup` requests are cancelled and the group cycles through connection reaping, which prolongs or destabilizes the rebalance — particularly in large consumer groups where the coordinator waits longer for all members to rejoin. -- 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]
