Docs 菜单
Docs 主页
/ /

新增功能

  • Updated the connector behavior to explicitly target v1.3 as the preferred secure protocol and fallback to v1.2 if v1.3 is unavailable. The getSecureSslContext() method now returns an SSLContext configured with v1.3 or v1.2, and throws NoSuchAlgorithmException if neither is available.

  • Changed log message from WARN level to ERROR when the connector fails to resume a change stream. Such errors are now reflected in failure metrics.

  • Upgraded the Apache Kafka dependency to address security vulnerabilities.

  • Added the DeleteOneTombstoneBusinessKeyStrategy to change stream sink connector configuration.

  • 添加了 change.stream.show.expanded.events变更流源Connector配置。

  • 修复了Apache Kafka 3.9 版本中引入的与Kafka SystemTime 类相关的问题。

  • 添加了对使用 NullFieldValueRemover 预构建帖子处理器删除输出中的所有空值字段的支持。要学习;了解详情,请参阅 预构建后处理器。

  • 修复了任务重新启动时数据会再次进行自我复制的错误。要学习;了解有关此修复的更多信息,请参阅 KAFKA-428 JIRA 问题。

  • 为 Source 连接器和 Sink 连接器添加了自定义身份验证提供者接口。 此功能使您能够在Connector中写入和使用自定义实施类。 要学习;了解更多信息,请参阅自定义身份验证提供程序指南。

  • 修复如果配置包含密钥并使用 Provider框架,则在验证源连接器和接收器连接器的配置时出现的问题。要学习;了解有关此修复的更多信息,请参阅 KAFKA-414 JIRA 问题。

  • mongo.errors.tolerance配置设置中添加了对data配置值的支持。 使用mongo.errors.tolerance=data时,接收器Connector仅允许数据错误,对于任何其他错误都将失败。

后退

Overview

在此页面上