jeffkbkim commented on PR #18274:
URL: https://github.com/apache/kafka/pull/18274#issuecomment-2555541801

   Added following configs to kip
   ```
   
   group.coordinator.new.enable | boolean | true | To enable the new group 
coordinator.
   group.coordinator.rebalance.protocols | list | "classic,consumer" | The list 
of enabled rebalance protocols.
   group.coordinator.append.linger.ms | int | 5ms | The duration that the 
coordinator will wait for writes to accumulate before flushing to disk (not 
applicable to txn writes).
   ```
   
   
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=217387038#KIP848:TheNextGenerationoftheConsumerRebalanceProtocol-BrokerConfigurations


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