chickenchickenlove opened a new pull request, #22356: URL: https://github.com/apache/kafka/pull/22356
Previously, a static member rejoining a full modern consumer group could be rejected by the max group size check before the coordinator resolved that it was replacing an existing static member. Now, the max size check allows existing static members by `instanceId` to proceed to the static member validation/replacement path. New members are still rejected when the consumer group is at capacity, and unreleased static instance IDs still fail with the appropriate exception. -- 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]
