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

   All the configs of KIP-848/1071/932 migrated from client side has importance 
level of `MEDIUM`. This PR updates and align config importance levels for new 
rebalance protocols for clients, streams, queues. 
   
   Client side has `session.timeout.ms` with importance level `HIGH`. Therefore 
following configs are set from `MEDIUM` to `HIGH`:
     - `group.streams.session.timeout.ms`
     - `streams.session.timeout.ms`
     - `group.consumer.session.timeout.ms`
     - `consumer.session.timeout.ms`
     - `group.share.session.timeout.ms`
     - `share.session.timeout.ms`
    
   
   Client side has `heartbeat.interval.ms` with importance level `HIGH`. 
Therefore following configs are set from `MEDIUM` to `HIGH`:
     - `group.streams.heartbeat.interval.ms`
     - `streams.heartbeat.interval.ms`
     - `group.consumer.heartbeat.interval.ms`
     - `consumer.heartbeat.interval.ms`
     - `group.share.heartbeat.interval.ms`
     - `share.heartbeat.interval.ms`
   
   For KIP-1071, client side has `num.standby.replicas` with importance level 
`HIGH`. Therefore following configs are set from `MEDIUM` to `HIGH`:
     - `group.streams.num.standby.replicas`
     - `streams.num.standby.replicas`


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