Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently, we do not set the retryWrites option in theĀ MongoClient initializer, regardless of whether the user specifies the option or not.
Currently there is no way to set it directly on the client in libmongoc, so we will have to set it on the URI before creating the mongoc_client_t .