Skip to main content

register_postgres_cdc_source

Function register_postgres_cdc_source 

Source
pub fn register_postgres_cdc_source(
    registry: &ConnectorRegistry,
) -> Result<(), ConnectorError>
Expand description

Registers the PostgreSQL CDC source connector with the given registry.

ยงErrors

Returns an error if the connector name is already registered or the registry is frozen.