-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Develop specification for connection to multiple mongos, in YARD form as in the Ruby driver code base.
Wiki reference - https://wiki.10gen.com/display/10GEN/Mongos+load+balancing+and+HA
Connection String Format - https://wiki.10gen.com/display/10GEN/Connection+String+Format
C++ SyncClusterConnection - http://api.mongodb.org/cplusplus/current/classmongo_1_1_sync_cluster_connection.html
The Wiki reference indicates that this is not a SyncClusterConnection, i.e., there are no write preference semantics imposed, so it appears that this functionality is not yet implemented anywhere, no existing implementations from which to model.