rondagostino commented on a change in pull request #10005: URL: https://github.com/apache/kafka/pull/10005#discussion_r567300510
########## File path: core/src/main/scala/kafka/server/KafkaApis.scala ########## @@ -2609,14 +2672,27 @@ class KafkaApis(val requestChannel: RequestChannel, case rt => throw new InvalidRequestException(s"Unexpected resource type $rt") } } - val authorizedResult = adminManager.alterConfigs(authorizedResources, alterConfigsRequest.validateOnly) - val unauthorizedResult = unauthorizedResources.keys.map { resource => - resource -> configsAuthorizationApiError(resource) + // Should never get here when using a Raft metadata quorum since it would be forwarded, Review comment: I think `NOT_CONTROLLER` is the clearest thing we could return. ---------------------------------------------------------------- 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