-
Notifications
You must be signed in to change notification settings - Fork 641
Closed
Labels
discussionThis issue requires further discussionThis issue requires further discussionenhancementNew feature or requestNew feature or request
Description
As described in docs, message queue will be allocated to instances in same IDC even if there is only one consumer. When some unexpected accident happen and there is only one consumer alive, it will bear the load of whole IDC, which may cause this consumer overload.
The feature of "auto expand or shrink queue number" will keep queue number equals to the number of alive consumer, which enable us to know alive consumer number by evaluating queue number. If there is only one alive consumer, break the "nearby" rule and send message to not only message queue would be better to avoid overload.
Metadata
Metadata
Assignees
Labels
discussionThis issue requires further discussionThis issue requires further discussionenhancementNew feature or requestNew feature or request