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§
- Replication
Spec - Top-level
replication:block. - Snapshot
Spec - The one-time snapshot source (a non-CDC bulk reader of the same upstream DB).
Enums§
- Replication
Mode - Replication strategy discriminator.