Hacker News new | ask | show | jobs
by totoy 4620 days ago
can we see serf as a kind of riak core but written in go?
1 comments

Riak Core provides a superset of the features of Serf. Riak Core uses gossip to manage membership, but it also provides quorums for coordination, and is based around the notion of a hash ring and virtual nodes. You could instead using Serf to build riak core like technology on top.