ex172000 commented on code in PR #15228: URL: https://github.com/apache/kafka/pull/15228#discussion_r1457646378
########## clients/src/main/java/org/apache/kafka/common/telemetry/internals/ClientTelemetryReporter.java: ########## @@ -362,7 +362,6 @@ public long timeToNextUpdate(long requestTimeoutMs) { throw new IllegalStateException("Unknown telemetry state: " + localState); } - log.debug("For telemetry state {}, returning the value {} ms; {}", localState, timeMs, msg); Review Comment: Do we want to emit some metrics instead so users can still get a sense of the state? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org