Tommy Becker created KAFKA-6069: ----------------------------------- Summary: Streams metrics tagged incorrectly Key: KAFKA-6069 URL: https://issues.apache.org/jira/browse/KAFKA-6069 Project: Kafka Issue Type: Bug Components: streams Affects Versions: 1.0.0 Reporter: Tommy Becker Assignee: Tommy Becker Priority: Minor
KafkaStreams attempts to tag many (all?) of it's metrics with the client id. But instead of retrieving the value from the config, it tags them with the literal "client.id", as can be seen on org/apache/kafka/streams/processor/internals/StreamsKafkaClient.java:114 -- This message was sent by Atlassian JIRA (v6.4.14#64029)