What's New
What's New in 1.14
Added support for removing all null valued fields in the output with the
NullFieldValueRemover
prebuilt post processor. To learn more, see Prebuilt Post Processors.
What's New in 1.13.1
Fixed a bug where data copies itself again when a task restarts. To learn more about this fix, see the KAFKA-428 JIRA issue.
What's New in 1.13
Added a custom authentication provider interface for Source and Sink Connectors. This feature enables you to write and use a custom implementation class in your connector. To learn more, see the Custom Authentication Provider guide.
Fixed an issue that occurred when validating configuration for Source and Sink Connectors if the configuration contained secrets and used the
Provider
framework. To learn more about this fix, see the KAFKA-414 JIRA issue.
What's New in 1.12
Added support for a
data
configuration value in themongo.errors.tolerance
configuration setting. Withmongo.errors.tolerance=data
, the sink connector tolerates only data errors, and fails for any others.