Docs Home → MongoDB Kafka Connector
Sink Connector Configuration Properties
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of the MongoDB Kafka Connector.
Overview
In this section, you can read descriptions of sink connector properties, including essential Confluent Kafka Connect settings and MongoDB Kafka Connector-specific settings.
For an example sink connector configuration file, see MongoSinkConnector.properties.
For sink connector performance recommendations, see Tuning the Sink Connector.
Settings
See the following categories for a list of related configuration properties:
Category | Description |
---|---|
Specify how to connect to your MongoDB cluster. | |
Specify where to sink your data. | |
Specify the Kafka topics to which the connector should subscribe. | |
Set batch size, rate limiting, and number of parallel tasks. | |
Specify how to respond to errors and configure the dead letter queue. | |
Specify transformations of Kafka topic data. | |
Specify how the connector generates document ids. | |
Specify how the connector writes data to MongoDB. | |
Override how the connector processes data on specific Kafka topics. | |
Specify how the connector captures CDC events from a Kafka topic. | |
Configure the connector to sink data to a MongoDB time series
collection. | |
View all preceding categories of configuration properties on one page. |
See the Confluent Sink Connector documentation for more information on these settings.