You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/sink-connector/configuration-properties/error-handling.txt
+21-17
Original file line number
Diff line number
Diff line change
@@ -48,19 +48,21 @@ Settings
48
48
| Whether to continue processing messages if the connector encounters
49
49
an error. Allows the connector to override the ``errors.tolerance``
50
50
Kafka cluster setting.
51
+
|
51
52
| When set to ``none``, the connector reports any error and
52
53
blocks further processing of the rest of the messages.
54
+
|
53
55
| When set to ``all``, the connector ignores any problematic messages.
56
+
|
54
57
| When set to ``data``, the connector tolerates only data errors and
55
58
fails on all other errors.
59
+
|
56
60
| To learn more about error handling strategies, see the
57
61
:ref:`<kafka-sink-handle-errors>` page.
58
-
59
-
.. note::
60
-
61
-
This property overrides the `errors.tolerance <https://docs.confluent.io/platform/current/installation/configuration/connect/sink-connect-configs.html#errors-tolerance>`__
62
-
property of the Connect Framework.
63
-
62
+
|
63
+
| This property overrides the `errors.tolerance <https://docs.confluent.io/platform/current/installation/configuration/connect/sink-connect-configs.html#errors-tolerance>`__
64
+
| property of the Connect Framework.
65
+
|
64
66
| **Default:** Inherits the value from the ``errors.tolerance``
65
67
setting.
66
68
| **Accepted Values**: ``"none"`` or ``"all"``
@@ -73,16 +75,14 @@ Settings
73
75
failed operations to the log file. The connector classifies
74
76
errors as "tolerated" or "not tolerated" using the
75
77
``errors.tolerance`` or ``mongo.errors.tolerance`` settings.
76
-
78
+
|
77
79
| When set to ``true``, the connector logs both "tolerated" and
78
80
"not tolerated" errors.
79
81
| When set to ``false``, the connector logs "not tolerated" errors.
80
-
81
-
.. note::
82
-
83
-
This property overrides the `errors.log.enable <https://docs.confluent.io/platform/current/installation/configuration/connect/sink-connect-configs.html#errors-log-enable>`__
84
-
property of the Connect Framework.
85
-
82
+
|
83
+
| This property overrides the `errors.log.enable <https://docs.confluent.io/platform/current/installation/configuration/connect/sink-connect-configs.html#errors-log-enable>`__
84
+
| property of the Connect Framework.
85
+
|
86
86
| **Default:** ``false``
87
87
| **Accepted Values**: ``true`` or ``false``
88
88
@@ -104,7 +104,8 @@ Settings
104
104
| Name of topic to use as the dead letter queue. If blank, the
105
105
connector does not send any invalid messages to the dead letter
106
106
queue.
107
-
| For more information about the dead letter queue, see the
107
+
|
108
+
| To learn more about the dead letter queue, see the
108
109
:ref:`Dead Letter Queue Configuration Example <sink-dead-letter-queue-configuration-example>`.
109
110
|
110
111
| **Default:** ``""``
@@ -116,11 +117,13 @@ Settings
116
117
| **Description:**
117
118
| Whether the connector should include context headers when it
118
119
writes messages to the dead letter queue.
120
+
|
119
121
| To learn more about the dead letter queue, see the
120
122
:ref:`Dead Letter Queue Configuration Example <sink-dead-letter-queue-configuration-example>`.
123
+
|
121
124
| To learn about the exceptions the connector defines and
0 commit comments