Skip to content

Commit 0862842

Browse files
committed
DOCS-14182 clarify retryable writes default
1 parent 4ebdeb9 commit 0862842

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

source/core/retryable-writes.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,16 @@ Write Acknowledgment
5656
Enabling 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

6170
MongoDB Drivers
6271
To enable retryable writes in MongoDB drivers, add the

0 commit comments

Comments
 (0)