mimaison commented on code in PR #19426:
URL: https://github.com/apache/kafka/pull/19426#discussion_r2039648616


##########
core/src/main/scala/kafka/server/BrokerServer.scala:
##########
@@ -252,7 +252,7 @@ class BrokerServer(
       forwardingManager = new 
ForwardingManagerImpl(clientToControllerChannelManager, metrics)
       clientMetricsManager = new 
ClientMetricsManager(clientMetricsReceiverPlugin, 
config.clientTelemetryMaxBytes, time, metrics)
 
-      val apiVersionManager = ApiVersionManager(
+      val apiVersionManager = DefaultApiVersionManager(

Review Comment:
   Good idea! Done



-- 
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

Reply via email to