Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-1628

[New Java Producer] Topic which contains "." does not correct corresponding metric name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 0.8.2.0
    • None
    • clients
    • ALL

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              Bmis13 Bhavesh Mistry
              Jun Rao Jun Rao
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: