Kafka Connect JDBC 源连接器是幂等的吗?
Is Kafka Connect JDBC Source connector idempotent?
阅读 documentation of this connector 没有提及此特性。
那么,这个连接器是否保证它不会在代理崩溃或任何可能发生的情况下产生重复的记录?
我们是否必须像使用 any other Kafka Producer (enable.idempotence: true
) 一样配置一些东西来获得幂等性?
Kafka Connect JDBC 源连接器,目前不是幂等的。这是相关的 KIP-318 and JIRA ticket.
阅读 documentation of this connector 没有提及此特性。
那么,这个连接器是否保证它不会在代理崩溃或任何可能发生的情况下产生重复的记录?
我们是否必须像使用 any other Kafka Producer (enable.idempotence: true
) 一样配置一些东西来获得幂等性?
Kafka Connect JDBC 源连接器,目前不是幂等的。这是相关的 KIP-318 and JIRA ticket.