bitwalker / swarm

Easy clustering, registration, and distribution of worker processes for Erlang/Elixir
MIT License
1.21k stars 103 forks source link

Provide Ability for running multiple swarm instances. #150

Open stx-rsimmonsjr opened 2 years ago

stx-rsimmonsjr commented 2 years ago

I use swarm in a cluster and want to colocate procs with a similar key but different module on the same node. If I could create a swarm instance for accounts and another for users I could make sure a user proc is always on the same node as an account proc. Right now swarm starts by name making partitioning impossible.