@@ -464,7 +464,7 @@ an example source connector configuration file, see
464
464
- | Name of topic to use as the dead letter queue. If blank, the connector
465
465
does not write invalid messages to the dead letter queue. If a value is
466
466
provided, the connector writes invalid messages to the dead letter
467
- queue as :manual:`extended JSON strings </reference/mongodb-extended-json/>`.
467
+ queue as :manual:`extended JSON strings </reference/mongodb-extended-json/>`.
468
468
|
469
469
| **errors.tolerance** must be set to ``all`` to use this property.
470
470
|
@@ -491,10 +491,10 @@ an example source connector configuration file, see
491
491
change stream. The connector sends heartbeat messages when
492
492
source records are not published in the specified interval.
493
493
This improves the resumability of the connector for low volume
494
- namespaces. See the
494
+ namespaces. See the
495
495
:ref:`Invalid Resume Token section <source-invalid-resume-token>`
496
496
of this page for more information on the problem this feature can help
497
- solve. Use ``0`` to disable.
497
+ solve. Use ``0`` to disable.
498
498
| **Default**: ``0``
499
499
| **Accepted Values**: An integer
500
500
@@ -591,7 +591,7 @@ ones in the collection named "customers":
591
591
592
592
.. code-block:: properties
593
593
594
- "pipeline":[{"$match": {"ns.coll": {"$regex": "/^(?!customers\. ).*/"}}}]
594
+ "pipeline":[{"$match": {"ns.coll": {"$regex": "/^(?!customers$ ).*/"}}}]
595
595
596
596
For more information on how to build regular expressions, see the
597
597
`Java SE documentation on Patterns <https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html>`__.
@@ -744,6 +744,6 @@ workers and listen to the change stream.
744
744
MongoDB namespace being infrequently updated, consider enabling the heartbeat
745
745
feature. This feature periodically updates the Change stream resume token to the current entry in
746
746
your MongoDB Oplog if no updates occurred in your source MongoDB namespace.
747
- To learn how to enable heartbeats, see the
747
+ To learn how to enable heartbeats, see the
748
748
:ref:`Source Connector Configuration Properties section <source-connector-configuration-properties>`.
749
-
749
+
0 commit comments