Overview
Use the following configuration settings to configure startup of the MongoDB Kafka source connector to convert MongoDB collections into Change Stream events.
Tip
For an example using the copy existing feature, see the Copy Existing Data Usage Example.
For a list of source connector configuration settings organized by category, see the guide on Source Connector Configuration Properties.
Settings
Name | Description | |
|---|---|---|
startup.mode | Type: string If any system changes the data in the database while the source connector converts existing data from it, MongoDB may produce duplicate change stream events to reflect the latest changes. Since the change stream events on which the data copy relies are idempotent, the copied data is eventually consistent, conformant to an "at-least-once" delivery guarantee. Default: | |
startup.mode.timestamp.start.at.operation.time | Type: string
| |
startup.mode.copy.existing.namespace.regex | Type: string The | |
startup.mode.copy.existing.pipeline | Type: string Default: | |
startup.mode.copy.existing.max.threads | Type: int | |
startup.mode.copy.existing.queue.size | Type: int | |
startup.mode.copy.existing.allow.disk.use | Type: boolean |