FrankYang0529 commented on code in PR #18456: URL: https://github.com/apache/kafka/pull/18456#discussion_r1908685583
########## core/src/main/scala/kafka/server/KafkaApis.scala: ########## @@ -3370,10 +3370,7 @@ class KafkaApis(val requestChannel: RequestChannel, } else { metadataSupport match { case ZkSupport(adminManager, controller, zkClient, forwardingManager, metadataCache, _) => Review Comment: If we will eventually remove zk related code, probably we can use `case default` here and avoid to use `ZkSupport`. -- 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