v2.1.1 kafka日志发送改为异步,添加事务排除,添加try catch异常拦截,修改异步线程池参数
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#spring.task.execution.pool <20>̳߳<DFB3><CCB3><EFBFBD><EFBFBD><EFBFBD>
|
||||
|
||||
async.thead.pool.coreSize=200
|
||||
async.thead.pool.maxSize=1000
|
||||
async.thead.pool.queueCapaciry=100
|
||||
async.thead.pool.keepALive=1000
|
||||
async.thead.pool.coreSize=50
|
||||
async.thead.pool.maxSize=200
|
||||
async.thead.pool.queueCapaciry=600
|
||||
async.thead.pool.keepALive=60
|
||||
async.thead.pool.threadNamePrefix=ebtp-thread
|
Reference in New Issue
Block a user