File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -482,10 +482,13 @@ an example source connector configuration file, see
482
482
- int
483
483
484
484
- | The length of time in milliseconds between sending heartbeat
485
- messages. Heartbeat messages contain the post batch resume token
486
- and are sent when no source records have been published in the
487
- specified interval. This improves the resumability of the
488
- connector for low volume namespaces. Use ``0`` to disable.
485
+ messages. Heartbeat messages contain a
486
+ ``postBatchResumeToken``. The value of this field contains the
487
+ MongoDB server oplog entry that was most recently read from the
488
+ change stream. The connector sends heartbeat messages when
489
+ source records are not published in the specified interval.
490
+ This improves the resumability of the connector for low volume
491
+ namespaces. Use ``0`` to disable.
489
492
| **Default**: ``0``
490
493
| **Accepted Values**: An integer
491
494
You can’t perform that action at this time.
0 commit comments