dajac commented on code in PR #19409: URL: https://github.com/apache/kafka/pull/19409#discussion_r2031502146
########## 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: What's the drawback of keeping them here? It would be inlined with the others, no? -- 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