-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
This feature supports a subset of the (10gen internal) spec defined here:
https://wiki.10gen.com/display/10GEN/Mongos+load+balancing+and+HA
Overview:
1. Users can provide a seed list of mongos instances to connection.Connection.
2. Connection will choose the "nearest" mongos to send operations to.
3. If the current mongos fails Connection will switch to the "next nearest" mongos.
- depends on
-
PYTHON-367 Support new read preferences and tagged sets.
- Closed