Skip to content

Commit bfd9f67

Browse files
biniona-mongodbschmalliso
authored andcommitted
(DOCSP-21632) Typo - Error Handling (#238)
1 parent 588c08b commit bfd9f67

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

source/sink-connector/configuration-properties/connector-message.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Settings
7474
| **Description:**
7575
| Whether the connector writes a batch of records
7676
as an ordered or unordered bulk write operation.
77+
When set to ``true``, the default value, the
78+
connector writes a batch of records as an ordered bulk write
79+
operation.
7780
| To learn more about ordered and unordered
7881
bulk write operations, see
7982
`Bulk Write Operations <{+connector_driver_url_base+}fundamentals/crud/write-operations/bulk/#order-of-execution>`__

source/sink-connector/fundamentals/error-handling-strategies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ option:
9999
within each batch in any order.
100100

101101
To configure your connector to use unordered bulk writes, set the
102-
``bulk.write.ordered`` property to ``true``. To learn more about this
102+
``bulk.write.ordered`` property to ``false``. To learn more about this
103103
property, see the :ref:`<sink-configuration-message-processing>` page.
104104

105105
.. _kafka-sink-errors-dlq:

0 commit comments

Comments
 (0)