Dynamic Threadpool Versions Save

📌 异步线程池框架,支持线程池动态变更&监控&报警,无需修改代码轻松引入。Asynchronous thread pool framework, support Thread Pool Dynamic Change & monitoring & Alarm, no need to modify the code easily introduced.

v0.3.0

2 years ago
  • 开发运行时线程池负荷报警功能
  • 开发配置更改消息推送功能
  • 优化历史代码逻辑以及格式

v0.2.0

2 years ago
  • Server 端未启动时不影响 Client 使用
  • Server 端无法连接时,添加 Client 端休眠重试
  • 优化 CLient 端日志打印
  • 阻塞队列、拒绝策略 SPI 机制集成
  • 开发线程池运行时状态指标
  • 添加 Console 模块,分离控制层职责

v0.1.0

2 years ago
  • 提供可修改容量的阻塞队列
  • 动态修改线程池常用参数
  • 添加业务线、项目、线程池业务操作
  • 提供 Dynamic-ThreadPool Spring Boot Starter
  • 提供示例模块 Example