Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Master TCP/TLS client fail-over support #277

Closed
jadamcrain opened this issue May 15, 2019 · 0 comments
Closed

Master TCP/TLS client fail-over support #277

jadamcrain opened this issue May 15, 2019 · 0 comments
Assignees
Milestone

Comments

@jadamcrain
Copy link
Member

Currently, the host parameter specified when creating a TCPClient or TLSClient can either be an IPv4 address or a DNS name that gets resolved.

We need to extend this string value to allow for a list of IP addresses to attempt to connect to in the specified order, e.g.:

"<ip1>;<ip2>; ... ;<ipN>"

The advantage of doing things this way is that it won't break the current API.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants