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
Currently the publish and subscribe system works by sending each message to all available subscribers for a given topic.
Goal
There are some scenarios in which users would get benefits from a load balancing algorithm, so they can spread the load among the subscribed consumers.
The change should have a minimal impact in the current API.
The text was updated successfully, but these errors were encountered:
Context
Currently the publish and subscribe system works by sending each message to all available subscribers for a given topic.
Goal
The text was updated successfully, but these errors were encountered: