Connect Tab in UI should show a replica set (instead of a host) connection string if deployment is a replica set
I have a 3-node replica set deployment. When I retrieve the connection string to the cluster via OM UI, it shows a single node connection string
mongo --host ip-10-0-200-4.eu-west-2.compute.internal --port 27017
I expect it should show a connection string which includes all hostnames, or something equivalent, if deployment is a replica set.
2
votes
Ka Lung
shared this idea