Skip to main content

register_mongodb_cdc_source

Function register_mongodb_cdc_source 

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

Registers the MongoDB CDC source connector with the given registry.

ยงErrors

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