Message duplicty error during indexing Elasticsearch docs #3289
-
Hey there, We are using Connect to sink documents from kafka topics to Elasticsearch and I got error "version conflict, document already exists" and connector crashed on this error. Is it possible to add setting to ignore these messages if document already exist? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @MichalMaM, could you please share more details about how you're using Connect? Are you using the legacy In terms of config changes, you can try to use the |
Beta Was this translation helpful? Give feedback.
Got you, yeah, you'll have to explicitly handle those failed messages and
fallback
is one option to do so. Please consult the docs for examples. Here's how thedrop
version would look like: