You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Kevin Lu (JIRA)" <ji...@apache.org> on 2018/07/11 06:17:00 UTC

[jira] [Updated] (KAFKA-6123) Give client MetricsReporter auto-generated client.id

     [ https://issues.apache.org/jira/browse/KAFKA-6123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Lu updated KAFKA-6123:
----------------------------
    Description: 
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.

  was:
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 do receive the auto-generated client id.


> 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)