CLI should accept list of nodes #157
Open
Labels
Comments
+1 |
A better approach would be to have the Go client library (which needs to be fully developed) implement this functionality. It should not be CLI-specific. Then the CLI would use the new client library. |
maybe dns in a records? or a hostlist json file? ... just some ideas :-) for example... rsqlited ./node.mydomain.com ... then it does dns in a lookups to XX.node.mydomain.com, from those 100 it should at least find one host ;=) maybe 10 would be enough |
Adding it the CLI is definitely an option though. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would allow the CLI to try connecting to a different node is the first node goes down.
The text was updated successfully, but these errors were encountered: