cmccabe commented on a change in pull request #10505: URL: https://github.com/apache/kafka/pull/10505#discussion_r613455861
########## File path: core/src/main/scala/kafka/server/ControllerApis.scala ########## @@ -505,9 +529,8 @@ class ControllerApis(val requestChannel: RequestChannel, } def handleAlterClientQuotas(request: RequestChannel.Request): Unit = { + authHelper.authorizeClusterOperation(request, ALTER_CONFIGS) Review comment: It doesn't really matter either way. I will move it after the typecast to make it more consistent. -- 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: us...@infra.apache.org