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.
When using
etcd
, the re-balancing thread obtains information about all of the members in the cluster. This data could be stored in theCLUSTER
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.