squah-confluent opened a new pull request, #21610: URL: https://github.com/apache/kafka/pull/21610
To implement the background thread idle ratio metric, the coordinator executor needs to know the size of the executor thread pool. Switch the executor type from ExecutorService to the ThreadPoolExecutor subclass, to allow querying the thread pool size directly via getCorePoolSize(). -- 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]
