apoorvmittal10 opened a new pull request, #14699: URL: https://github.com/apache/kafka/pull/14699
The PR provide implementation for client metrics manager along with other classes. Manager is responsible to support 3 operations: 1. UpdateSubscription - From `kafka-configs.sh` and reload from metadata cache. 2. Process Get Telemetry Request - From KafkaApis.scala 3. Process Push Telemetry Request - From KafkaApis.scala Manager maintains an in-memory cache to keep track of client instances against their instance id. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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