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
{{ message }}
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
when we allocate a destination to a broker it would be nice to use a more fair load balancing technique. e.g. to use some kind of calculation of load (message size on existing queues/topics maybe?) to find the least loaded broker to use? Worst case we should find the one with the least destination count; but then load on a destination will vary wildly so using a better metric would be good.
The text was updated successfully, but these errors were encountered:
when we allocate a destination to a broker it would be nice to use a more fair load balancing technique. e.g. to use some kind of calculation of load (message size on existing queues/topics maybe?) to find the least loaded broker to use? Worst case we should find the one with the least destination count; but then load on a destination will vary wildly so using a better metric would be good.
The text was updated successfully, but these errors were encountered: