You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Bhavesh Mistry (JIRA)" <ji...@apache.org> on 2014/09/11 07:18:33 UTC

[jira] [Created] (KAFKA-1628) [New Java Producer] Topic which contains "." does not correct corresponding metric name

Bhavesh Mistry created KAFKA-1628:
-------------------------------------

             Summary: [New Java Producer] Topic which contains "."  does not correct corresponding metric name 
                 Key: KAFKA-1628
                 URL: https://issues.apache.org/jira/browse/KAFKA-1628
             Project: Kafka
          Issue Type: Bug
          Components: clients
    Affects Versions: 0.8.2
         Environment: ALL
            Reporter: Bhavesh Mistry
            Priority: Minor



Hmm, it seems that we do allow "." in the topic name. The topic name can't
be just "." or ".." though. So, if there is a topic "test.1", we will have
the following jmx metrics name.

kafka.producer.console-producer.topic.test:type=1

It should be changed to
kafka.producer.console-producer.topic:type=test.1

Could you file a jira to follow up on this?

Thanks,

Jun




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)