Skip to content

Ability to construct connection uri for Mongo replicasets #92

Description

@pradeeban

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/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions