Create a Lenses.io MongoDB sink connector for Aiven for Apache Kafka®
Use the MongoDB sink connector by Lenses.io to write data from Apache Kafka® topics into a MongoDB database. This connector supports KCQL transformations to filter and map topic data before inserting it into MongoDB.
Aiven supports two MongoDB sink connectors with different capabilities:
Version compatibility
Stream Reactor version 9.0.2 includes class and package name updates introduced in version 6.0.0 by Lenses to standardize connector and converter names.
Version 9.x is not compatible with version 4.2.0. To continue using version 4.2.0, set the connector version before you upgrade.
If you upgrade from version 4.2.0, recreate the connector using the updated class name. For example:
"connector.class": "io.lenses.streamreactor.connect.<connector_path>.<ConnectorClassName>"
For details about these changes, see the Stream Reactor release notes.