Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish and subscribe, alternative modes #14

Open
eloylp opened this issue Sep 27, 2022 · 1 comment
Open

Publish and subscribe, alternative modes #14

eloylp opened this issue Sep 27, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@eloylp
Copy link
Owner

eloylp commented Sep 27, 2022

Context

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.
@eloylp eloylp added the enhancement New feature or request label Sep 27, 2022
@eloylp
Copy link
Owner Author

eloylp commented Sep 27, 2022

As an idea: Maybe we could think in introducing "options" for the publish command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant