xijiu commented on code in PR #17231: URL: https://github.com/apache/kafka/pull/17231#discussion_r1774274519
########## core/src/main/scala/kafka/server/KafkaConfig.scala: ########## @@ -231,6 +231,9 @@ class KafkaConfig private(doLog: Boolean, val props: util.Map[_, _]) private val _remoteLogManagerConfig = new RemoteLogManagerConfig(this) def remoteLogManagerConfig = _remoteLogManagerConfig + private val _quorumConfig = new QuorumConfig(this) + def quorumConfig = _quorumConfig Review Comment: > nit: please declare the type explicitly Done, I have declared the `QuorumConfig` type, PTAL -- 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