JimmyWang6 opened a new pull request, #20783: URL: https://github.com/apache/kafka/pull/20783
see: [KAFKA-19817](https://issues.apache.org/jira/browse/KAFKA-19817) This PR intended to move `DynamicTopicClusterQuotaPublisher` to the metadata module . To prevent circular dependencies, several associated classes have been migrated as well,including `ClientSensors` , `ClientQuotaMetadataManager`, `ThrottleCallback` and `ThrottledChannel`. Additionally, a new interface `QuotaManagersProvider` has been introduced to avoid the need to move class `QuotaManagers` in `QuotaFactory`, as doing so would have necessitated significantly more extensive changes. -- 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]
