squah-confluent opened a new pull request, #21627:
URL: https://github.com/apache/kafka/pull/21627

   Add group.{consumer,share,streams}.assignment.interval.ms config options
   to control the delay between assignment calculation. These config
   options are dynamic at the broker and group level.
   
   Add group.{consumer,share,streams}.{min,max}.assignment.interval.ms
   config options to limit the
   group.{consumer,share,streams}.assignment.interval.ms config values.
   The validation changes in KIP-1240 are not implemented yet and we leave
   it to the KIP-1240 implementation.
   
   Add group.{consumer,share,streams}.assignor.offload.enable config
   options to control whether assignment calculation is offloaded to a
   group coordinator background thread. These config options are dynamic at
   the broker and group level.


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