dengziming commented on a change in pull request #9577: URL: https://github.com/apache/kafka/pull/9577#discussion_r762506014
########## File path: core/src/main/scala/kafka/server/KafkaApis.scala ########## @@ -3276,6 +3277,23 @@ class KafkaApis(val requestChannel: RequestChannel, } } + def handleAlterReplicaStateRequest(request: RequestChannel.Request): Unit = { + val zkSupport = metadataSupport.requireZkOrThrow(KafkaApis.shouldNeverReceive(request)) Review comment: Kraft support is not in the scope of KIP-589, we created KAFKA-13005 for it, so it's not included in this PR. -- 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