[ https://issues.apache.org/jira/browse/KAFKA-6123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547275#comment-16547275 ]
ASF GitHub Bot commented on KAFKA-6123: --------------------------------------- KevinLiLu opened a new pull request #5383: KAFKA-6123: Give client MetricsReporter auto-generated client.id URL: https://github.com/apache/kafka/pull/5383 - Give auto generated `client.id` as a config override to `MetricsReporter` (same way [KAFKA-4756](https://issues.apache.org/jira/browse/KAFKA-4756) handles it) ### 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 GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Give client MetricsReporter auto-generated client.id > ---------------------------------------------------- > > Key: KAFKA-6123 > URL: https://issues.apache.org/jira/browse/KAFKA-6123 > Project: Kafka > Issue Type: Bug > Components: clients, metrics > Reporter: Kevin Lu > Assignee: Kevin Lu > Priority: Minor > Labels: clients, metrics, newbie++ > > KAFKA-4756 bugfix resolved the broker's KafkaMetricsReporter missing auto > generated broker ids, but this was not fixed on the client side. > > Metric reporters configured for clients should also be given the > auto-generated client id in the `configure` method. > The interceptors already receive the auto-generated client id. -- This message was sent by Atlassian JIRA (v7.6.3#76005)