Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This page is meant as a template for writing a KIP. To create a KIP choose Tools->Copy on this page and modify with your content and replace the heading with the next KIP number and a description of your issue. Replace anything in italics with your own description.

Status

Current stateUnder DiscussionDiscarded as this is a bug fix so a KIP is not needed

Discussion thread: here [Change the link from the KIP proposal email archive to your own email thread]

JIRA: KAFKA-6123

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

...

The client.id configuration is not a required configuration as KafkaConsumer and KafkaProducer will auto automatically generate client ids if not user configured (producer-1…, consumer-1…). These auto generated client ids are not passed to the MetricsReporter, which makes it difficult to track and map clients that have not specified the client id configuration.

...