DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Table of Contents |
|---|
Status
Current state: Under Discussion Accepted
Discussion thread: https://lists.apache.org/thread/m6m1qng5v9q8dd1mng0sygc9x83mx8kn
Voting thread: N/A https://lists.apache.org/thread/w1myl1hsmd5bdko6y8y2fdtzvtcsfh13
JIRA:
| Jira | ||||||
|---|---|---|---|---|---|---|
|
...
Share Groups has already deprecated and decoupled from this configuration (though still listed in valid values in the config description).
Both Group Coordinator and Streams rebalance protocol are currently controlled by both the `groupgroup.coordinator.rebalance.protocols` protocols configuration and their respective feature flags (`group.version` and `streams.version`).
...
As described in the Proposed Changes, if users explicitly set `groupgroup.coordinator.rebalance.protocols` protocols with values missing any of the defaults (classic, consumer, streams), users can still disable protocols, but will receive a deprecation warning advising them to either:
- Use the default values (classic, consumer, streams), or
- Remove the configuration
...