# dynamic-thread-pool **Repository Path**: no_pop/dynamic-thread-pool ## Basic Information - **Project Name**: dynamic-thread-pool - **Description**: 动态线程池组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-25 - **Last Updated**: 2024-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 动态线程池组件 ![img_1.png](assets/img_3.png) 使用 Redis 作为注册中心,保存线程池的信息情况。 Pub / Sub 机制更新线程池的 `corePoolSize` 和 `maxPoolSize`。 ![img.png](assets/img.png) 开启定时任务不断上报应用的线程池情况,获取最新节点情况. ![img_1.png](assets/img_1.png) 可以查看到 Redis 中的数据情况 ![img.png](assets/img2.png)