Skip to main content

Module spec

Module spec 

Source
Expand description

Serde config types for the replication: block (faucet replicate).

The main pipeline is the CDC pipeline (its source is a CDC connector, its sink the destination). replication: adds the one-time bulk-read snapshot source used to back-fill before CDC starts. Consumed only by faucet replicate; ignored by faucet run (like schedule:).

Structs§

ReplicationSpec
Top-level replication: block.
SnapshotSpec
The one-time snapshot source (a non-CDC bulk reader of the same upstream DB).

Enums§

ReplicationMode
Replication strategy discriminator.