-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Connection Management
Add support for a redundant connection mode to mongos instances much like connecting to replicasets work.
Mongo constructor that takes a seed list should detect whether it is a list of mongos instances or a list of replica set members. If the latter, it should work the same as now. If the former, the driver should select the mongos with the lowest ping time and send all traffic to it, failing over if that one becomes unavailable.
- is related to
-
JAVA-338 list of servers (not in replicaset mode)
- Closed
- related to
-
JAVA-1139 Allow configuration of heartbeat background threads to be set via API
- Development Complete
-
SERVER-2499 mongos isMaster should return peers
- Closed