Skip to main content

Module config

Module config 

Source
Expand description

MongoDB connector configuration.

Provides MongoDbSourceConfig for the CDC change stream source and MongoDbSinkConfig for the write sink. Both support construction from a generic ConnectorConfig key-value map and programmatic builders.

User-supplied change-stream pipelines are limited to $match stages so they cannot alter MongoDB’s resume token.

Structs§

MongoDbSinkConfig
Configuration for the MongoDB sink connector.
MongoDbSourceConfig
Configuration for the MongoDB CDC source connector.

Enums§

FullDocumentMode
Mode for requesting full documents on update events.