You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/11 01:04:41 UTC

[jira] [Commented] (KAFKA-4756) The auto-generated broker id should be passed to MetricReporter.configure

    [ https://issues.apache.org/jira/browse/KAFKA-4756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15862105#comment-15862105 ] 

ASF GitHub Bot commented on KAFKA-4756:
---------------------------------------

GitHub user cmccabe opened a pull request:

    https://github.com/apache/kafka/pull/2540

    KAFKA-4756: The auto-generated broker id should be passed to MetricRe…

    …porter.configure

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cmccabe/kafka KAFKA-4756

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/2540.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2540
    
----
commit 8ad6a776619866b04be9f5990de48a3218a99107
Author: Colin P. Mccabe <cm...@confluent.io>
Date:   2017-02-11T01:03:07Z

    KAFKA-4756: The auto-generated broker id should be passed to MetricReporter.configure

----


> The auto-generated broker id should be passed to MetricReporter.configure
> -------------------------------------------------------------------------
>
>                 Key: KAFKA-4756
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4756
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Ismael Juma
>            Assignee: Colin P. McCabe
>
> We currently pass the original config values and we initialise the metric reporters in the constructor of `KafkaServer` while we get the generated broker id in the `startup` method.
> We should also check if there's any other pluggable interface that suffers from the same issue.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)