apoorvmittal10 commented on code in PR #17431: URL: https://github.com/apache/kafka/pull/17431#discussion_r1793514401
########## clients/src/main/java/org/apache/kafka/common/telemetry/internals/ClientTelemetryReporter.java: ########## @@ -623,14 +622,7 @@ public void initiateClose(long timeoutMs) { return; } - try { - log.info("About to wait {} ms. for terminal telemetry push to be submitted", timeoutMs); Review Comment: I thought about it but kept it as it might be required if we want to have some behaviour but yeah it's better to remove it altogether. -- 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