gongxuanzhang commented on code in PR #19406: URL: https://github.com/apache/kafka/pull/19406#discussion_r2032322050
########## core/src/main/scala/kafka/server/ControllerApis.scala: ########## @@ -84,7 +85,7 @@ class ControllerApis( val configHelper = new ConfigHelper(metadataCache, config, metadataCache) val requestHelper = new RequestHandlerHelper(requestChannel, quotas, time) val runtimeLoggerManager = new RuntimeLoggerManager(config.nodeId, logger.underlying) - private val aclApis = new AclApis(authHelper, authorizer, requestHelper, "controller", config) + private val aclApis = new AclApis(authHelper, authorizer, requestHelper, ProcessRole.ControllerRole.toString, config) Review Comment: nice comment -- 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