Skip to content

Publish and subscribe, alternative modes #14

Description

@eloylp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions