chia7712 commented on code in PR #19409: URL: https://github.com/apache/kafka/pull/19409#discussion_r2033749105
########## core/src/main/scala/kafka/server/KafkaConfig.scala: ########## @@ -194,16 +193,9 @@ class KafkaConfig private(doLog: Boolean, val props: util.Map[_, _]) private val _quorumConfig = new QuorumConfig(this) def quorumConfig: QuorumConfig = _quorumConfig - private val _groupCoordinatorConfig = new GroupCoordinatorConfig(this) Review Comment: @dajac do you have any suggestions or concerns about moving `GroupCoordinatorConfig` out of `KafkaConfig`? -- 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