Commit Graph

4 Commits

Author SHA1 Message Date
ajacoutot
49af9cc433 Update to (hashicorp-)serf-0.8.0. 2017-01-21 05:03:28 +00:00
ajacoutot
7dd96039df Bump after recent go MODULE change.
ok czarkoff@
2016-08-03 09:34:39 +00:00
ajacoutot
cbd36dddd8 No need for /var/serf. 2016-05-14 09:55:07 +00:00
ajacoutot
f96f0066b8 Import hashicorp-serf-0.7.0.
("serf" was already taken by net/serf)

Serf is a decentralized solution for service discovery and orchestration that is
lightweight, highly available, and fault tolerant.

An efficient and lightweight gossip protocol is used to communicate with other
nodes. Serf can detect node failures and notify the rest of the cluster. An
event system is built on top of Serf, letting you use Serf's gossip protocol to
propagate events such as deploys, configuration changes, etc. Serf is completely
masterless with no single point of failure.

ok jasper@
2016-05-06 15:10:00 +00:00