|
|
|
@ -0,0 +1,27 @@
|
|
|
|
|
<p align="center">
|
|
|
|
|
<strong>ThreadPool, so easy.</strong>
|
|
|
|
|
</p>
|
|
|
|
|
<p align="center">
|
|
|
|
|
|
|
|
|
|
<img src="https://img.shields.io/badge/程序员-龙台-blue.svg" />
|
|
|
|
|
|
|
|
|
|
<a target="_blank" href="http://mp.weixin.qq.com/s?__biz=Mzg4NDU0Mjk5OQ==&mid=100007311&idx=1&sn=d325c1a509d6ee89469a1134ac0a8cf5&chksm=4fb7c6f778c04fe111e9cf52723675b8e8cbbbf9e848741a5d9c20620ff6c778b6613e021a34&scene=18#wechat_redirect">
|
|
|
|
|
<img src="https://img.shields.io/badge/公众号-龙台的技术笔记-yellow.svg" />
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<img src="https://img.shields.io/github/stars/longtai94/dynamic-thread-pool.svg" />
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
我有一个 IDEA,叫动态线程池监控,思绪来源于美团技术公众号 [点击查看美团线程池文章](https://tech.meituan.com/2020/04/02/java-pooling-pratice-in-meituan.html)
|
|
|
|
|
|
|
|
|
|
看了文章后深受感触,再加上最近线上线程池的不可控以及不可逆等问题,想做出一个兼容性、功能性、易上手等特性集于一身的的开源项目。目标还是要有的,虽然过程可能会艰辛
|
|
|
|
|
|
|
|
|
|
目前这个项目是由作者独立开发,时间在下班后、周六天等。具体什么时候能发布 1.0 版本不好说,需要看实际的开发情况
|
|
|
|
|
|
|
|
|
|
根据目前的想法,美团技术文章中支持的特性,DTP(Dynamic Thread Pool)项目都会兼容进去,可能部分会因为作者技术有限,无法兼容
|
|
|
|
|
|
|
|
|
|
项目不会强依赖某个不通用的中间件,比如配置中心:Nacos、Apollo、Consul...
|
|
|
|
|
|