machinezone / cobra

Cobra is a realtime messaging server using Python3, WebSockets and Redis
BSD 3-Clause "New" or "Revised" License
32 stars 3 forks source link

implement channel_builder kind: add_shard #37

Closed johnfoconnor closed 2 years ago

johnfoconnor commented 2 years ago

add_shard will publish the event to 1 random channel of N possible sharded channels

this is for load balancing and capacity management and otherwise behaves just like "add"

johnfoconnor commented 2 years ago

i plan to tag and release v2.10 after merging this int master