Available on crate features
source-postgres-cdc and source-rest only.Modules§
- config
- Configuration for
PostgresCdcSource. - pgoutput
- pgoutput logical decoding protocol — message types, wire decoder, relation registry, value decoder.
- replication
- Low-level replication-connection wrapper.
- state
- Bookmark <-> JSON serialization for replication slot LSN progress.
- stream
PostgresCdcSource— publicSourceimplementation.
Structs§
- Bookmark
- Durable bookmark for a
PostgresCdcSource. - Postgres
CdcSource - Postgres
CdcSource Config - Configuration for
PostgresCdcSource.
Enums§
- CdcTls
- TLS configuration for the CDC replication connection.
- Faucet
Error - All possible errors returned by faucet-stream.
- Slot
Type - Lifetime of a newly-created replication slot.
Traits§
- Source
- A source fetches records from an external system.