apache / apache/rocketmq-eventbridge
[RIP-67] RocketMQ EventBridge Runtime Management
Open
- Dominant language
- Java
- Stars
- 148
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
When subscription rule increase, a single runtime worker cannot support it, we need to add more worker to provide services at the same time.Here are several key issues:
- How many workers are needed in the current system?
- How to manage the life cycle of these workers?
- How to assign tasks to workers in order to maximize performance?
- How to achieve elastic scaling?
- ... ...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.