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)

Reply via email to