ijuma commented on code in PR #13390: URL: https://github.com/apache/kafka/pull/13390#discussion_r1135641916
########## core/src/main/scala/kafka/server/BrokerLifecycleManager.scala: ########## @@ -182,7 +182,7 @@ class BrokerLifecycleManager( */ private[server] val eventQueue = new KafkaEventQueue(time, logContext, - threadNamePrefix.getOrElse(""), + threadNamePrefix.getOrElse("") + "BrokerLifecycleManager" + nodeId, Review Comment: We typically separate the id via a dash. Have you tried to be consistent with what we do outside of kraft? That would help when debugging the system. -- 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