dajac commented on code in PR #13870: URL: https://github.com/apache/kafka/pull/13870#discussion_r1266267667
########## core/src/main/scala/kafka/server/BrokerServer.scala: ########## @@ -531,7 +531,12 @@ class BrokerServer( config.consumerGroupHeartbeatIntervalMs, config.consumerGroupMaxSize, config.consumerGroupAssignors, - config.offsetsTopicSegmentBytes + config.offsetsTopicSegmentBytes, + config.groupMaxSize, + config.groupInitialRebalanceDelay, + 5 * 60 * 1000, Review Comment: Should we replace this by a constant if we can't change it based on config? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org