adikou commented on code in PR #22129:
URL: https://github.com/apache/kafka/pull/22129#discussion_r3325232918
##########
clients/src/main/java/org/apache/kafka/common/metrics/KafkaMetric.java:
##########
@@ -124,4 +124,25 @@ public void config(MetricConfig config) {
this.config = config;
}
}
+
+ /**
+ * Returns a human-readable representation of this metric, primarily
useful for logging
+ * in contexts like {@link MetricsReporter#metricChange(KafkaMetric)}.
Review Comment:
Thanks. Fixed, build was breaking because of checkstyle
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]