bbcarchdev / libcluster

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

Allow retrieval of current cluster state, where supported #4

Open nevali opened 9 years ago

nevali commented 9 years ago

When using etcd, the re-balancing thread obtains information about all of the members in the cluster. This data could be stored in the CLUSTER object and made available to applications for inspection. In combination with #3, this would allow for applications which need to co-ordinate in a more complex fashion than simply (x of y) differentiation.