Simplify and speed up your Kafka to Azure DocumentDB connector with a Kafka compatible connector via Lenses UI/ CLI, Native plugin or Helm charts for Kubernetes deployments.
License Apache 2.0
This Kafka connector sink allows you to write events from Apache Kafka to your document DB instance. This is an open-source project and so isn't available with Lenses support SLAs.
Test in our pre-configured Lenses & Kafka sandbox packed with connectors
Manage the connector in Lenses against your Kafka and data.
Download the connector the usual way from GitHub
This connector saves you from learning terminal commands and endless back-and-forths sinking from DocumentDB to Kafka by managing the DocumentDB stream reactor connector (and all your other connectors on your Kafka Connect Cluster) through Lenses.io. Here you can freely monitor, process and deploy data with the following features:
The connector converts the Kafka Connect SinkRecords to DocumentDB Documents and will do an insert or upsert, depending on the configuration you choose.
If the database doesn’t exist it can be created automatically if the configuration flag is set to true. The targeted collections will be created if they don’t already exist.