-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Server Selection
Use Case
As a Compass Developer I want to be able to make a clone of a ReadPrefence object so that I can remove the tags.
Follow Up Requirements
- Please let the Compass team know so we can update this code: https://github.com/mongodb-js/compass/pull/6818
function readPreferenceWithoutTags(readPreference: ReadPreference) { return new ReadPreference(readPreference.mode, undefined, readPreference); }
- is depended on by
-
COMPASS-9159 Investigate changes in NODE-6873: Add a way to clone ReadPrefence objects
-
- Needs Triage
-