标签: apache-kafka apache-kafka-connect confluent
阅读documentation of this connector时没有提及此特征。
因此,此连接器是否保证在代理崩溃或发生任何可能的情况下不会产生重复的记录?
我们是否需要像使用any other Kafka Producer(enable.idempotence: true)一样配置某些东西来获得独立性?
enable.idempotence: true
答案 0 :(得分:0)
Kafka Connect JDBC源连接器,目前不等幂。这是相关的KIP-318和JIRA ticket。