Erlang distribution with redundant network

Mikhail Pustovalov mpustovalov@REDACTED
Thu Apr 9 11:59:43 CEST 2020


Hi,

I have two nodes connected via two separate networks and I would
like to use this redundancy.
The usage is obvious: assign one of the interfaces a primary role and use
it while it is up and automatically fall back to the secondary when it goes
down.
Also I would naturally want to monitor both connections.
Does Erlang support this out of the box somehow? And if not are there
any reasonably mature 3rd party libraries available? Or is my only option
is to roll out my own TCP/UDP based solution (this way I assume I
would not be able to use standard modules like 'global' AND take
advantage of this redundancy)?

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20200409/3b732887/attachment.htm>


More information about the erlang-questions mailing list