Skip to main content

Module mongodb_cdc

Module mongodb_cdc 

Source
Available on crate features source-mongodb-cdc and source-rest only.

Structs§

Bookmark
Durable bookmark wrapping a resume token.
MongoCdcSource
A configured MongoDB CDC source.
MongoCdcSourceConfig
Configuration for MongoCdcSource.

Enums§

FullDocument
Post-image inclusion mode (maps to the driver FullDocumentType).
FullDocumentBeforeChange
Pre-image inclusion mode (maps to the driver FullDocumentBeforeChangeType).
Scope
Which change stream to open.
StartFrom
Where to start the change stream on a fresh run (no persisted bookmark).

Functions§

state_key
State key for a given watch scope.