Skip to main content

Module cdc

Module cdc 

Source
Expand description

PostgreSQL CDC source connector.

Re-exports§

pub use crate::postgres::SslMode;
pub use config::PostgresCdcConfig;
pub use lsn::Lsn;
pub use source::PostgresCdcSource;

Modules§

changelog
CDC envelope construction for PostgreSQL row changes.
config
PostgreSQL CDC source connector configuration.
decoder
PostgreSQL pgoutput logical replication protocol decoder.
lsn
PostgreSQL Log Sequence Number (LSN) type.
metrics
PostgreSQL CDC source connector metrics.
postgres_io
PostgreSQL logical replication connections and slot administration.
schema
PostgreSQL relation schema cache.
source
PostgreSQL CDC source connector implementation.
types
PostgreSQL type OID to Arrow DataType mapping.

Functions§

register_postgres_cdc_source
Registers the PostgreSQL CDC source connector with the given registry.