hachikuji commented on a change in pull request #9996: URL: https://github.com/apache/kafka/pull/9996#discussion_r569049339
########## File path: core/src/main/scala/kafka/server/KafkaApis.scala ########## @@ -3317,6 +3318,13 @@ class KafkaApis(val requestChannel: RequestChannel, handle(forwardedRequest) } + def handleDecommissionBrokerRequest(request: RequestChannel.Request): Unit = { Review comment: Can we remove this for now since we are not using it? ---------------------------------------------------------------- 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