TaiJuWu commented on code in PR #18196:
URL: https://github.com/apache/kafka/pull/18196#discussion_r1928123470
##########
core/src/main/scala/kafka/server/ControllerServer.scala:
##########
@@ -332,7 +332,17 @@ class ControllerServer(
config,
sharedServer.metadataPublishingFaultHandler,
"controller",
- clientQuotaMetadataManager))
+ clientQuotaMetadataManager
+ ))
+
+ // Set up the DynamicTopicClusterQuotaPublisher. This will enable quotas
for the cluster and topics.
+ metadataPublishers.add(new DynamicTopicClusterQuotaPublisher(
+ clusterId,
+ config,
+ sharedServer.metadataPublishingFaultHandler,
+ "broker",
Review Comment:
Controller?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]