MongoDB Snapshot Modes

When a MongoDB connector is started, there are various options. The default is initial. The other options may be useful from time to time.

OptionDescription
initialWhen the connector starts, if it does not detect a value in its offsets topic, it performs a snapshot of the database
neverWhen the connector starts, it skips the snapshot process and immediately begins to stream change events for operations that the database records to the oplog