Docs Menu

Docs HomeMongoDB Kafka Connector

Source Connector Configuration Properties

On this page

  • Overview
  • Settings

In this section, you can read descriptions of source connector properties, including essential Confluent Kafka Connect settings and MongoDB Kafka Connector-specific settings.

For an example source connector configuration file, see MongoSourceConnector.properties.

For source connector performance recommendations, see Tuning the Source Connector.

See the following categories for a list of related configuration properties:

Category
Description
MongoDB Connection Properties
Specify how to connect to your MongoDB cluster.
Specify which topics to publish change stream data.
Specify your change stream pipelines and cursor settings.
Specify the format of the data the connector publishes to your Kafka topic.
Specify what data the connector should convert to Change Stream events.
Specify how the connector handles errors and resumes reading after an interruption.
View all preceding categories of configuration properties on one page.

See the Confluent Source Connector configuration documentation for more information on these settings.

←  Source ConnectorMongoDB Source Connection Properties →

On this page