abbccdda commented on a change in pull request #9012: URL: https://github.com/apache/kafka/pull/9012#discussion_r453895767
########## File path: core/src/main/scala/kafka/server/KafkaServer.scala ########## @@ -168,6 +168,8 @@ class KafkaServer(val config: KafkaConfig, time: Time = Time.SYSTEM, threadNameP var kafkaController: KafkaController = null + var brokerToControllerChannelManager: BrokerToControllerChannelManager = null Review comment: Not sure it would be more self-explanatory than the current name. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org