Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI should accept list of nodes #157

Open
otoolep opened this issue Jun 1, 2016 · 4 comments
Open

CLI should accept list of nodes #157

otoolep opened this issue Jun 1, 2016 · 4 comments

Comments

@otoolep
Copy link
Member

@otoolep otoolep commented Jun 1, 2016

This would allow the CLI to try connecting to a different node is the first node goes down.

@mainframe
Copy link

@mainframe mainframe commented Mar 26, 2017

+1

@otoolep
Copy link
Member Author

@otoolep otoolep commented Oct 1, 2017

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.

@snapo
Copy link

@snapo snapo commented Oct 5, 2017

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

@otoolep
Copy link
Member Author

@otoolep otoolep commented Oct 11, 2017

Adding it the CLI is definitely an option though.

@otoolep otoolep added the help wanted label May 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants