jolshan commented on code in PR #13391: URL: https://github.com/apache/kafka/pull/13391#discussion_r1142788313
########## core/src/main/scala/kafka/server/BrokerServer.scala: ########## @@ -247,6 +248,10 @@ class BrokerServer( ) alterPartitionManager.start() + val addPartitionsLogContext = new LogContext(s"[AddPartitionsToTxnManager broker=${config.brokerId}]") + val networkClient: NetworkClient = NetworkUtils.buildNetworkClient("AddPartitionsManager", config, metrics, time, addPartitionsLogContext) Review Comment: we can make it more specific. -- 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