-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Core
-
None
Our Mongos and ReplSet topology types are not in fact topologies, they both represent containers of connections to servers. Together they comprise about 5k lines of code that mostly duplicate each other, with subtle differences (pickServer vs pickProxy). Since we already have a robust concept of TopologyDiscription s from SDAM, we should be able to combine the two of these, deduplicate the code, and reuse them for both deployment types.
- is depended on by
-
NODE-1223 Change handling of network errors or timeouts during connection handshake
- Closed