showuon commented on code in PR #12707:
URL: https://github.com/apache/kafka/pull/12707#discussion_r985187979


##########
core/src/main/scala/kafka/server/BrokerToControllerChannelManager.scala:
##########
@@ -370,7 +370,7 @@ class BrokerToControllerRequestThread(
       debug("Controller isn't cached, looking for local metadata changes")
       controllerNodeProvider.get() match {
         case Some(controllerNode) =>
-          info(s"Recorded new controller, from now on will use broker 
$controllerNode")
+          info(s"Recorded new controller, from now on will use node 
$controllerNode")

Review Comment:
   In Kraft mode, the controller is not a `broker`. Use `node` instead.



-- 
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

Reply via email to