While similar, Serf and Etcd solve a different problem. Etcd is strong consistent (all nodes will see the same data, however a partition may cause the system to not accept writes) while Serf is eventually consistent (all nodes are not guaranteed to see the same data, however the system will always accept writes)
So somethings like a distributed lock is impossible to implement with Serf.
nemothekid|12 years ago
So somethings like a distributed lock is impossible to implement with Serf.
Bjoern|12 years ago