Version 2.4.2
Plugin type:
Source
Enterprise support:
Confluent supported
Verification:
Confluent Tested
License:
Apache 2.0
Author:
Debezium Community
DocumentationSource code

Debezium MongoDB CDC Source Connector

Debezium’s MongoDB Connector can monitor a MongoDB replica set or a MongoDB sharded cluster for document changes in databases and collections, recording those changes as events in Kafka topics. The connector automatically handles the addition or removal of shards in a sharded cluster, changes in membership of each replica set, elections within each replica set, and awaiting the resolution of communications problems.

Installation

Confluent Hub CLI installation

Use the Confluent Hub client to install this connector with:
confluent-hub install debezium/debezium-connector-mongodb:2.4.2
Shared.Button.Copy

Download installation

Or download the ZIP file and extract it into one of the directories that is listed on the Connect worker's plugin.path configuration properties. This must be done on each of the installations where Connect will be run.
By downloading you agree to the terms of use and software license agreement.

Configure an instance of your connector

Once installed, you can then create a connector configuration file with the connector's settings, and deploy that to a Connect worker.See here for more detailed instructions.

Support

Confluent supports Debezium's MongoDB CDC Connector version 0.9.3 and later, and using this connector with MongoDB version 3.4 or later. Find more information here.This connector is supported by Confluent as part of a Confluent Platform subscription.