rondagostino commented on a change in pull request #10005: URL: https://github.com/apache/kafka/pull/10005#discussion_r567315872
########## File path: core/src/main/scala/kafka/server/KafkaApis.scala ########## @@ -3008,7 +3107,8 @@ class KafkaApis(val requestChannel: RequestChannel, }) } - if (!authHelper.authorize(request.context, ALTER, CLUSTER, CLUSTER_NAME)) { + // not yet supported when using a Raft-based metadata quorum + if (usingRaftMetadataQuorum || !authHelper.authorize(request.context, ALTER, CLUSTER, CLUSTER_NAME)) { Review comment: Changed to `UnsupportedVersionException` ---------------------------------------------------------------- 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