-
Type:
Task
-
Resolution: Done
-
Priority:
Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: Write Operations
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
we used the now deprecated setReadOnly API to ensure that some processes don't have write access to certain DBs in a replica set. These processes can transition from a state of having write access to a state with read-only access without having to reconnect to mongo, which is something the above API provided us with. Now that the API got deprecated in 2.12.2 I seem to be unable to find a proper alternative