Skip to main content

Module config

Module config 

Source
Expand description

PostgreSQL CDC source connector configuration.

Provides PostgresCdcConfig with all settings needed to connect to a PostgreSQL database and stream logical replication changes.

Re-exports§

pub use crate::connector::PostgresSslMode as SslMode;

Structs§

PostgresCdcConfig
Configuration for the PostgreSQL CDC source connector.

Enums§

SnapshotMode
How to handle the initial snapshot when no prior checkpoint exists.