mingyen066 opened a new pull request, #21522:
URL: https://github.com/apache/kafka/pull/21522

   Deprecate the `group.coordinator.rebalance.protocols` configuration for 
removal in Kafka 5.0, as proposed in KIP-1237.
   
   Changes:
   - Add `@Deprecated(since = "4.3", forRemoval = true)` to the config and doc 
constants in `GroupCoordinatorConfig`
   - Update the config documentation to mention the deprecation and migration 
path
   - Log a deprecation warning when users disable any default protocol 
(classic, consumer, streams), advising them to restore the default value or 
remove the configuration
   - Guard warnings with `doLog` to avoid duplicate output during startup
   - Add unit tests for the deprecation warning across different configuration 
scenarios


-- 
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]

Reply via email to