-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Client
-
Fully Compatible
-
v4.4
-
Sharding 2020-05-04, Sharding 2020-05-18
The SDAM implementation currently has a typedef of ServerAddress to std::string. When I did the implementation I didn't know about the HostAndPort type. SDAM should use HostAndPort for ServerAddress eliminate the need for the RSM to convert between the two.