Hacker News new | ask | show | jobs
by depr 856 days ago
Erlang/OTP doesn't handle leader election, and by itself is bad at handling netsplits.

There is https://github.com/rabbitmq/ra which is a Raft implementation in Erlang that is Jepsen-tested. You could use it to build "etcd in Erlang", or https://github.com/rabbitmq/khepri which is built on top of Ra.