You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The etcd clustering guide specifies a discovery mechanism via SRV records. This would allow a client to discover a cluster via domain alone, allowing for centralized listing and distributed discovery.
Proposed design would accept a :domain option to the client constructor. in its presence, the :host and :port would be ignored and DNS would be used to determine those options.
I currently use a factory method like this to generate a client:
The etcd clustering guide specifies a discovery mechanism via SRV records. This would allow a client to discover a cluster via domain alone, allowing for centralized listing and distributed discovery.
Proposed design would accept a
:domain
option to the client constructor. in its presence, the:host
and:port
would be ignored and DNS would be used to determine those options.I currently use a factory method like this to generate a client:
The text was updated successfully, but these errors were encountered: