Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyKAFKA-19740

...

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

...