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
- | Whether the connector should infer the schema for the value. Since each document is processed in isolation, multiple schemas may result. Only valid when ``schema`` is specified in the ``output.format.value`` setting.
193
+
| **Default**: ``false``
194
+
| **Accepted Values**: ``true`` or ``false``
195
+
168
196
* - batch.size
169
197
- int
170
198
- | The cursor batch size.
@@ -264,7 +292,7 @@ an example source connector configuration file, see
264
292
- | Name of topic to use as the dead letter queue. If blank, none
265
293
of the invalid messages are written to the dead letter queue.
266
294
|
267
-
| **errors.tolerance** must be set to ``all`` to use this property.
295
+
| **errors.tolerance** must be set to ``all`` to use this property.
268
296
|
269
297
| **Default:** ""
270
298
| **Accepted Values**: A valid Kafka topic name
@@ -343,7 +371,7 @@ Multiple Source Example
343
371
-----------------------
344
372
345
373
You can configure the source connector to listen for events from multiple
346
-
collections by using the ``pipeline`` configuration with a custom
374
+
collections by using the ``pipeline`` configuration with a custom
0 commit comments