-
Type: Improvement
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Operations Layer
ReadPreference should be of type ReadPreference or string, but we currently support an object, like
{ mode: 'secondaryPreferred', tags: [] }
We should deprecate support for the object format and only support type ReadPreference or string.