bitwalker / swarm

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

Clustering different applications #95

Closed zachdaniel closed 6 years ago

zachdaniel commented 6 years ago

I'm trying to cluster two separate applications together, and I'm wondering whether or not swarm can support that. What I see when I connect them:

[warn] [swarm on api@localhost] [tracker:do_track] ** (ArgumentError) The module HelloWorld was given as a child to a supervisor but it does not exist

zachdaniel commented 6 years ago

I think what was discussed in #58 would solve this for me, but I unfortunately won't really have time to wait (I suspect) for that to be implemented.