dengziming commented on a change in pull request #10135:
URL: https://github.com/apache/kafka/pull/10135#discussion_r577312082
##########
File path: core/src/main/scala/kafka/server/KafkaServer.scala
##########
@@ -134,6 +134,8 @@ class KafkaServer(
var autoTopicCreationManager: AutoTopicCreationManager = null
+ var clientToControllerChannelManager:
Option[BrokerToControllerChannelManager] = None
+
var alterIsrManager: AlterIsrManager = null
Review comment:
Hello, I have a question, should we also share the channel between
alterIsrManager and autoCreationManager, furthermore, also share the same one
with alterReplicaStateManager proposed in KIP-589.
----------------------------------------------------------------
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:
[email protected]