bbcarchdev / libcluster

Clustering support library (originally part of anansi)
Apache License 2.0
0 stars 2 forks source link

Add cluster_join_passive() #11

Open nevali opened 9 years ago

nevali commented 9 years ago

With etcd, this would launch the balancer thread but not the ping thread and allow discovery of other nodes without participating in the cluster.

Only meaningful in combination with #4 (and most usefully with #3)