Skip to content

Commit 5ac35bd

Browse files
kyuan-mongodbschmalliso
authored andcommitted
DOCSP-15110 added information about postBatchResumeToken (#97)
* added information on postBatchResumeToken
1 parent 4a6c66b commit 5ac35bd

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

source/kafka-source.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -482,10 +482,13 @@ an example source connector configuration file, see
482482
- int
483483

484484
- | 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.
489492
| **Default**: ``0``
490493
| **Accepted Values**: An integer
491494

0 commit comments

Comments
 (0)