Skip to main content

Module postgres_cdc

Module postgres_cdc 

Source
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 — public Source implementation.

Structs§

Bookmark
Durable bookmark for a PostgresCdcSource.
PostgresCdcSource
PostgresCdcSourceConfig
Configuration for PostgresCdcSource.

Enums§

CdcTls
TLS configuration for the CDC replication connection.
FaucetError
All possible errors returned by faucet-stream.
SlotType
Lifetime of a newly-created replication slot.

Traits§

Source
A source fetches records from an external system.