Comment on The Erlang Runtime SystemparentComments−dimitrios12yThere was something called gen_leader back in the day that came out of Jungerland an attempt to correct it by Hans Svensson: https://erlang.org/workshop/2005/NewLeaderElection.pdfThis project attempts to modernize it: https://github.com/lehoff/gen_leaderBut from what I can tell, theres no standardized solution. There are quite a few libraries I can see out there, however.
Comments
There was something called gen_leader back in the day that came out of Jungerl
and an attempt to correct it by Hans Svensson: https://erlang.org/workshop/2005/NewLeaderElection.pdf
This project attempts to modernize it: https://github.com/lehoff/gen_leader
But from what I can tell, theres no standardized solution. There are quite a few libraries I can see out there, however.