mongo-kafka icon indicating copy to clipboard operation
mongo-kafka copied to clipboard

ignore-duplicate-key-error

Open sergiymaslov opened this issue 1 year ago • 0 comments

When we synchronize data between two MongoDBs using multiple Kafka connectors we need to be able to skip duplicate key error but not tolerate to all other errors (ERRORS_TOLERANCE_CONFIG = false).

With his change will be able to process all messages ignoring duplicates.

sergiymaslov avatar Feb 13 '24 16:02 sergiymaslov