mumrah commented on a change in pull request #9715: URL: https://github.com/apache/kafka/pull/9715#discussion_r539295919
########## File path: core/src/main/scala/kafka/server/KafkaApis.scala ########## @@ -98,6 +97,7 @@ import scala.annotation.nowarn * Logic to handle the various Kafka requests */ class KafkaApis(val requestChannel: RequestChannel, + val apisUtils: ApisUtils, Review comment: Thanks, @chia7712, I like this suggestion. I'll see if I can figure this out (I wasn't too happy with the utility class needing to be instantiated either) ---------------------------------------------------------------- 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