mongo-kafka
mongo-kafka copied to clipboard
ignore-duplicate-key-error
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.