Docs Home → MongoDB Kafka Connector
What's New
Learn what's new by version:
What's New in 1.2
Sink Connector
Important
We deprecated the following post processors:
BlacklistKeyProjector
BlacklistValueProjector
WhitelistKeyProjector
WhitelistValueProjector
If you are using one of these post processors, use the respective one instead for future compatibility:
BlockListKeyProjector
BlockListValueProjector
,AllowListKeyProjector
AllowListValueProjector
Added configurations for the following properties:
document.id.strategy.overwrite.existing
UuidStrategy
output typesdocument.id.strategy.partial.value.projection.type
document.id.strategy.partial.value.projection.list
document.id.strategy.partial.key.projection.type
document.id.strategy.partial.key.projection.list
UuidProvidedInKeyStrategy
UuidProvidedInValueStrategy
Added the
UpdateOneBusinessKeyTimestampStrategy
post processorAdded built-in support for parallelism and scalable data copying by assigning topic partitions to tasks
Source Connector
Improved the error messaging for missing resume tokens
Bug Fixes
Removed failures with the
MongoCopyDataManager
when the source database does not existFixed the copying the existing resumability error in the Source Connector
What's New in 1.1
Sink Connector
Added support for the
topics.regex
propertyUpdated to ignore unused source record key or value fields
Added validation for the connection using
MongoSinkConnector.validate
Source Connector
Added validation for the connection using
MongoSourceConnector.validate
Bug Fixes
Removed the
"Unrecognized field: startAfter"
error for resuming a change stream in the Source Connector
What's New in 1.0
The initial GA release.