You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
When there are too many consumers and there are too many RocketMQ client threads, details:
NettyClientWorkerThread_1: 4746 threads
Client House Keeping Service: 2373 threads
CleanExpireMsgSchechedThread_: 4378 threads
RebalanceServic: 2373 threads
NettyClientSele: 2373 threads
How to resolve?
Motivation
reduce threads, reduce memory.
Describe the Solution You'd Like
Merge timers, schedule executor
Describe Alternatives You've Considered
Merge timers, schedule executor
Additional Context
No response
The text was updated successfully, but these errors were encountered:
imgoby
changed the title
[Enhancement] Enhancement title
[Enhancement] When there are too many consumers and there are too many RocketMQ client threads
Dec 7, 2024
yes. in the same process. it is a rocketmq client. the process is a java application using springboot+rocketmq
For example, there is a topic: hello_topic, Then there were 3000 consumers who consumed the topic according to the conditions and found that the process memory occupied 10G
Before Creating the Enhancement Request
Summary
When there are too many consumers and there are too many RocketMQ client threads, details:
NettyClientWorkerThread_1: 4746 threads
Client House Keeping Service: 2373 threads
CleanExpireMsgSchechedThread_: 4378 threads
RebalanceServic: 2373 threads
NettyClientSele: 2373 threads
How to resolve?
Motivation
reduce threads, reduce memory.
Describe the Solution You'd Like
Merge timers, schedule executor
Describe Alternatives You've Considered
Merge timers, schedule executor
Additional Context
No response
The text was updated successfully, but these errors were encountered: