[ISSUE #68]Use multithreading for topic data collection in collectTask (#69)

* [ISSUE #68]Use multithreading for topic data collection in collectTask

* modify ut

* Optimize exception log printing

Co-authored-by: zhangjidi <zhangjidi@cmss.chinamobile.com>
This commit is contained in:
zhangjidi2016
2022-02-11 09:27:53 +08:00
committed by GitHub
parent d2da9ca41f
commit 653332d488
8 changed files with 271 additions and 94 deletions

View File

@@ -61,3 +61,9 @@ rocketmq:
accessKey: # if version > 4.4.0
secretKey: # if version > 4.4.0
threadpool:
config:
coreSize: 10
maxSize: 10
keepAliveTime: 3000
queueSize: 5000