Hippo-4J 通过对 JDK 线程池增强,以及扩展三方框架底层线程池等功能,为业务系统提高线上运行保障能力
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
chen.ma a7f9a11492
feat: update readme.
3 years ago
common feat: 功能持续更新. 3 years ago
dynamic-threadpool-spring-boot-starter feat: 功能持续更新. 3 years ago
example feat: 功能持续更新. 3 years ago
server feat: 功能持续更新. 3 years ago
.gitignore first commit 3 years ago
README.md feat: update readme. 3 years ago
pom.xml feat: 功能持续更新. 3 years ago

README.md

ThreadPool, so easy.


我有一个 IDEA叫动态线程池监控主意来源于美团技术公众号 点击查看美团线程池文章


看了文章后深受感触,再加上最近线上线程池的不可控以及不可逆等问题,想做出一个兼容性、功能性、易上手等特性集于一身的的开源项目。目标还是要有的,虽然过程可能会艰辛


目前这个项目是由作者独立开发,时间在下班后、周六天等。具体什么时候能发布 1.0 版本不好说,需要看实际的开发情况


根据目前的想法美团技术文章中支持的特性DTPDynamic Thread Pool项目都会兼容进去可能部分会因为作者技术有限无法兼容

比如:

  • 修改阻塞队列长度

  • 修改线程池核心线程数、最大线程数、线程存活时长...

  • 线程池详细信息监控

  • 线程池负载报警

  • ...


项目不会强依赖某个不通用的中间件比如配置中心Nacos、Apollo、Consul... 有可能会将组件全部支持,自定义选择使用