Closed javacruft closed 6 years ago
I'm pretty sure get_connection_string
from any one unit already returns the URLs for all ETCD units, separated by commas. They communicate their addresses to each other over the cluster
(peers) relation.
See:
OK I'd missed that bit
In a clustered etcd deployment, clients may be configured with a full list of remote etcd units for communication.
Add a helper to the interface to retrieve this information.