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

Change Data Capture Properties

Use the following configuration settings to specify a class the MongoDB Kafka sink connector uses to process change data capture (CDC) events.

See the guide on Change Data Capture Handlers for examples using the built-in ChangeStreamHandler and handlers for the Debezium and Qlik Replicate event producers.

For a list of sink connector configuration settings organized by category, see the guide on Sink Connector Configuration Properties.

Name
Description

change.data.capture.handler

Type: string

Description:
The class name of the CDC handler to use for converting changes into event streams. See Available CDC Handlers for a list of CDC handlers.

Default: ""
Accepted Values: An empty string or a fully qualified Java class name

On this page