Skip to main content

register_mongodb_sink

Function register_mongodb_sink 

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

Registers the MongoDB sink connector with the given registry.

ยงErrors

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