File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,16 @@ Write Acknowledgment
5656Enabling Retryable Writes
5757-------------------------
5858
59- MongoDB drivers do **not** enable retryable writes by default.
59+ MongoDB 3.6 introduces support for :ref:`retryable-writes`, but most
60+ official MongoDB 3.6-compatible drivers disable this feature
61+ by default. For such drivers, retryable writes can be enabled per
62+ connection by including the :urioption:`retryWrites=true
63+ <retryWrites>` option in the :ref:`connection string <mongodb-uri>`
64+ for that connection (see below). Refer to the
65+ `MongoDB Driver Documentation
66+ <https://docs.mongodb.com/drivers/?tck=docs_server>`_ to determine
67+ the correct default state of :urioption:`retryWrites` for your
68+ specific driver and version.
6069
6170MongoDB Drivers
6271 To enable retryable writes in MongoDB drivers, add the
You can’t perform that action at this time.
0 commit comments