dajac opened a new pull request, #15053: URL: https://github.com/apache/kafka/pull/15053
This patch adds the `group.coordinator.rebalance.protocols` configuration which accepts a list of protocols to enable. At the moment, only `generic` and `consumer` are supported and it is not possible to disable `generic` yet. When `consumer` is enabled, the new consumer rebalance protocol (KIP-848) is enabled alongside the new group coordinator. This patch also publishes all the new configurations introduced by KIP-848. ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
