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§
- Postgres
CdcConfig - Configuration for the
PostgreSQLCDC source connector.
Enums§
- Snapshot
Mode - How to handle the initial snapshot when no prior checkpoint exists.