Docs Menu
Docs Home
/
MongoDB Kafka Connector

What's New

On this page

  • What's New in 1.14
  • What's New in 1.13.1
  • What's New in 1.13
  • What's New in 1.12
  • Added support for removing all null valued fields in the output with the NullFieldValueRemover prebuilt post processor. To learn more, see Prebuilt Post Processors.

  • Fixed a bug where data copies itself again when a task restarts. To learn more about this fix, see the KAFKA-428 JIRA issue.

  • 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.

  • Added support for a data configuration value in the mongo.errors.tolerance configuration setting. With mongo.errors.tolerance=data, the sink connector tolerates only data errors, and fails for any others.

Back

MongoDB Kafka Connector