Is it possible using the idempotent feature of Kafka producer? Not sure if the Kafka Couchbase connector has enabled that capability.
@manikandan.kannan I think you’re right; that’s the approach the Kafka folks are considering with Kafka Improvement Proposal 318 and Jira issue KAFKA-7077. Unfortunately, since the Kafka producer is managed by the Kafka Connect framework, it’s out of our hands. We’ll need to wait for this improvement on the Kafka side.