Configuration Parameters
When configuring a connector, you can use the following parameters:
📄️ Output Format
One of the challenges to be solved when integrating Conduit with other systems, such as Kafka Connect and Debezium, is
📄️ Rate Limiting
Destination connectors can be configured to limit the rate at which records can be written. This is especially useful when the destination resource has a rate limit to ensure that the connector does not exceed it. By default, Conduit does not limit the rate at which records are written.
📄️ Schema Extraction
Source and destination connectors can be configured to automatically extract the
📄️ Batching
Destination connectors can be configured to process records in batches. This is especially useful when the destination