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

Ability to construct connection uri for Mongo replicasets #92

Open
pradeeban opened this issue Oct 25, 2019 · 0 comments
Open

Ability to construct connection uri for Mongo replicasets #92

pradeeban opened this issue Oct 25, 2019 · 0 comments
Assignees

Comments

@pradeeban
Copy link
Member

Currently, it is assumed as host:port, which is not the case for replicasets. Replicasets assume the format of host1:port1,host2:port2,host3:port3

Probably we need to get as input the whole url rather than asking for a host and port and then constructing the url in Bindaas.
https://docs.mongodb.com/manual/reference/connection-string/

@pradeeban pradeeban self-assigned this Oct 25, 2019
@pradeeban pradeeban changed the title Ability to construct connection uri for replicasets Ability to construct connection uri for Mongo replicasets Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant