elephone-184 opened a new issue, #4317: URL: https://github.com/apache/rocketmq-dashboard/issues/4317
### Feature Description Slow consumption and message lag in RocketMQ are frequently caused by consumer client thread pool exhaustion or blocking in business consumption threads. The current dashboard can inspect consumer connection IDs, but lacks real-time thread pool utilization (active threads, core/max pool sizes, blocking queue depth, and thread state distribution). ### Proposed Solution 1. Introduce `ConsumerThreadPoolSaturationReport` model detailing thread pool utilization, queue backlog, and thread state metrics. 2. Implement `ConsumerThreadPoolMonitorService` to query consumer client runtime metrics and assess pool saturation levels. 3. Provide `ConsumerThreadPoolMonitorController` with `/consumer/threadPoolSaturation.query` endpoint. 4. Add frontend `ConsumerThreadPoolSaturationModal` visualizing client thread pool health, saturation warning levels, and thread dump insights. 5. Provide comprehensive unit tests. -- 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]
