@@ -39,16 +39,18 @@ Settings
3939 | **Description:**
4040 | Whether to continue processing messages when the connector encounters
4141 an error.
42+ |
4243 | Set this to ``"none"`` if you want the connector to stop
4344 processing messages and report the issue if it encounters an
4445 error.
46+ |
4547 | Set this to ``"all"`` if you want the connector to continue
4648 processing messages and ignore any errors it encounters.
47-
48- :gold:`IMPORTANT:` This property overrides the
49- `errors.tolerance <https://docs.confluent.io/platform/current/installation/configuration/connect/source-connect-configs.html#errors-tolerance>`__
50- Connect Framework property.
51-
49+ |
50+ | :gold:`IMPORTANT:` This property overrides the
51+ `errors.tolerance <https://docs.confluent.io/platform/current/installation/configuration/connect/source-connect-configs.html#errors-tolerance>`__
52+ Connect Framework property.
53+ |
5254 | **Default:** ``"none"``
5355 | **Accepted Values**: ``"none"`` or ``"all"``
5456
@@ -57,16 +59,18 @@ Settings
5759 |
5860 | **Description:**
5961 | Whether the connector should report errors in the log file.
62+ |
6063 | Set this to ``true`` to log all errors the connector encounters.
64+ |
6165 | Set this to ``false`` to log errors that are not tolerated by the
6266 connector. You can specify which errors the connector should
6367 tolerate using the ``errors.tolerance`` or ``mongo.errors.tolerance``
6468 setting.
65-
66- :gold:`IMPORTANT:` This property overrides the
67- `errors.log.enable <https://docs.confluent.io/platform/current/installation/configuration/connect/source-connect-configs.html#errors-log-enable>`__
68- Connect Framework property.
69-
69+ |
70+ | :gold:`IMPORTANT:` This property overrides the
71+ `errors.log.enable <https://docs.confluent.io/platform/current/installation/configuration/connect/source-connect-configs.html#errors-log-enable>`__
72+ Connect Framework property.
73+ |
7074 | **Default:** ``false``
7175 | **Accepted Values**: ``true`` or ``false``
7276
@@ -75,14 +79,16 @@ Settings
7579 |
7680 | **Description:**
7781 | The name of topic to use as the dead letter queue.
82+ |
7883 | If you specify a value, the connector writes invalid messages to the
7984 dead letter queue topic as :manual:`extended JSON strings </reference/mongodb-extended-json/>`.
85+ |
8086 | If you leave this setting blank, the connector does not write
8187 invalid messages to any topic.
8288
83- :gold:`IMPORTANT:` You must set ``errors.tolerance`` or ``mongo.errors.tolerance``
84- setting to ``"all"`` to enable this property.
85-
89+ | :gold:`IMPORTANT:` You must set ``errors.tolerance`` or ``mongo.errors.tolerance``
90+ setting to ``"all"`` to enable this property.
91+ |
8692 | **Default:** ``""``
8793 | **Accepted Values**: A valid Kafka topic name
8894
@@ -92,12 +98,14 @@ Settings
9298 | **Description:**
9399 | The custom offset partition name to use. You can use this option
94100 to instruct the connector to start a new change stream when an
95- existing offset contains an invalid resume token. If you leave
96- this setting blank, the connector uses the default partition name
97- based on the connection details. To view a strategy for naming
98- offset partitions, see the :ref:`<troubleshoot-reset-stored-offsets>`
99- guide.
100-
101+ existing offset contains an invalid resume token.
102+ |
103+ | If you leave this setting blank, the connector uses the default partition name
104+ based on the connection details.
105+ |
106+ | To view a strategy for naming
107+ offset partitions, see :ref:`<troubleshoot-reset-stored-offsets>`.
108+ |
101109 | **Default:** ``""``
102110 | **Accepted Values**: A string. To learn more about naming a partition,
103111 see
@@ -110,15 +118,19 @@ Settings
110118 | **Description:**
111119 | The number of milliseconds the connector waits between sending
112120 heartbeat messages. The connector sends heartbeat messages when
113- source records are not published in the specified interval.
121+ source records are not published in the specified interval. This mechanism improves
122+ resumability of the connector for low volume namespaces.
123+ |
114124 | Heartbeat messages contain a ``postBatchResumeToken`` data field.
115125 The value of this field contains the MongoDB server oplog entry that
116126 the connector last read from the change stream.
117- | This mechanism improves resumability of the connector for low volume
118- namespaces. See the :ref:`Invalid Resume Token <invalid-resume-token-prevention>`
119- page for more information on this feature.
120-
127+ |
121128 | Set this to ``0`` to disable heartbeat messages.
129+ |
130+ | To learn more, see :ref:`Prevention <invalid-resume-token-prevention>`
131+ in the :ref:`Invalid Resume Token <kafka-troubleshoot-invalid-resume-token>`
132+ page.
133+ |
122134 | **Default**: ``0``
123135 | **Accepted Values**: An integer
124136
0 commit comments