testn opened a new pull request, #15402: URL: https://github.com/apache/kafka/pull/15402
ClientTelemetryReporter.timeToNextUpdate is called really often when sending a lot of data to Kafka servers. This is due to its logging. It tries to log the current state by formatting a string which generates a lot of char[] underneath. This change will make it such that it will not generate string if the tracing is disabled. -- 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