Libcluster mixing/ interop with python erlang nodes

Hi All,

I have a mix of nodes that are python nodes as well as elixir nodes spread across a lan. Some of the python nodes co-exist on the same host as the elixir nodes.

Right now the process of connection is manual and I would like to automate it. I am thinking of libcluster using a strategy of gossip for the remote nodes and epmd for the python - local nodes.

Has anyone tried something like this? Will it work mixing strategies and lead to a fully connected graph? Any tips/tricks/gotchas? If not, I’ll write this up.

Thanks!

1 Like