For AI agents: a documentation index is available at https://www.mongodb.com/docs/llms.txt — markdown versions of all pages are available by appending .md to any URL path.
Make the MongoDB docs better! We value your opinion. Share your feedback for a chance to win $100.
MongoDB Branding Shape
Click here >
Docs Menu

Source Connector Configuration Properties

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

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

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

Category
Description

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.

On this page