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?
- ... ...