We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Advanced routes can be created with broadcast and load-balanced routes.
Packets to broadcast routes are sent to each address in the list.
{ "regex": "key", "broadcast": ["axon://10.0.1.11", "axon://10.1.11.23"] }
Each address must have an actor ready to respond to the incoming message.
{ "regex": "key", "balance": ["axon://10.0.1.11", "axon://10.1.11.23"] }
Balanced routes will pick a random address to send the packet to.