Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use multithreading for topic data collection in collectTask. #68

Closed
zhangjidi2016 opened this issue Jan 14, 2022 · 0 comments · Fixed by #69
Closed

Use multithreading for topic data collection in collectTask. #68

zhangjidi2016 opened this issue Jan 14, 2022 · 0 comments · Fixed by #69

Comments

@zhangjidi2016
Copy link
Contributor

Currently, topic data is collected regularly from the broker in a series mode. If many topics are created in a cluster, it will be time-consuming. A thread pool should be used to start a thread for each topic for parallel collection

zhangjidi2016 pushed a commit to zhangjidi2016/rocketmq-dashboard that referenced this issue Jan 14, 2022
@StyleTang StyleTang linked a pull request Jan 14, 2022 that will close this issue
6 tasks
zhangjidi2016 added a commit that referenced this issue Feb 11, 2022
#69)

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

* modify ut

* Optimize exception log printing

Co-authored-by: zhangjidi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant