Expand description
PostgreSQL CDC source connector.
Re-exports§
pub use config::PostgresCdcConfig;pub use config::SnapshotMode;pub use config::SslMode;pub use lsn::Lsn;pub use source::PostgresCdcSource;
Modules§
- changelog
- Z-set changelog integration for
PostgreSQLCDC events. - config
PostgreSQLCDC source connector configuration.- decoder
PostgreSQLpgoutputlogical replication protocol decoder.- lsn
PostgreSQLLog Sequence Number (LSN) type.- metrics
PostgreSQLCDC source connector metrics.- postgres_
io PostgreSQLlogical replication I/O.- schema
PostgreSQLrelation schema cache.- source
PostgreSQLCDC source connector implementation.- types
PostgreSQLtype OID to ArrowDataTypemapping.
Functions§
- register_
postgres_ cdc_ source - Registers the
PostgreSQLCDC source connector with the given registry.