Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
PublishMessage, List<Subscriber> -> Subscriber
Distribute messages sent to a shared subscription group among active subscribers using a balancing strategy.
Problem it solves
High-throughput topics overwhelm individual clients, requiring load distribution among consumer pools.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.