Mar 23, 2023
Improved
MongoDB Connector for Aiven for Apache Kafka has been upgraded to version 1.9. This update brings additional configurations and some deprecations that may affect future releases.
Some of the changes introduced in version 1.9 are:
copy.existing
property and related properties. Instead, use startup.mode=copy_existing
and related properties.change.stream.full.document.before.change
setting to access and configure the pre-image of an update operation in the change stream event document.publish.full.document.only.tombstones.on.delete
setting to send tombstone events when documents are deleted. This setting only applies when publish.full.document.only
is true
.For more information on the upgrade and a complete list of changes, see the official release notes.
For information on how to use this connector, see Create a source connector from MongoDB to Apache Kafka® and Create a sink connector from Apache Kafka® to MongoDB.