showuon commented on code in PR #12015: URL: https://github.com/apache/kafka/pull/12015#discussion_r846566765
########## core/src/main/scala/kafka/server/DynamicBrokerConfig.scala: ########## @@ -868,7 +872,7 @@ object DynamicListenerConfig { ) } -class DynamicClientQuotaCallback(brokerId: Int, server: KafkaBroker) extends Reconfigurable { +class DynamicClientQuotaCallback(server: KafkaBroker) extends Reconfigurable { Review Comment: brokerId is unused. Nice clean up. -- 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