apoorvmittal10 commented on code in PR #14621: URL: https://github.com/apache/kafka/pull/14621#discussion_r1378830720
########## core/src/main/scala/kafka/server/KafkaServer.scala: ########## @@ -567,7 +572,8 @@ class KafkaServer( ConfigType.Client -> new ClientIdConfigHandler(quotaManagers), ConfigType.User -> new UserConfigHandler(quotaManagers, credentialProvider), ConfigType.Broker -> new BrokerConfigHandler(config, quotaManagers), - ConfigType.Ip -> new IpConfigHandler(socketServer.connectionQuotas)) + ConfigType.Ip -> new IpConfigHandler(socketServer.connectionQuotas), + ConfigType.ClientMetrics -> new ClientMetricsConfigHandler(clientMetricsManager)) Review Comment: Thanks for pointing out, yeah it seems this code is just for ZK config handlers. I have removed the code from here. -- 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