Open ramyogi7283 opened 1 year ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Problem
When UPSERT mode DELETE still sends the version s external that is causing issue. ELASTIC index snapshot and restore to different environment where Kafka offset values are not same as incremental from snapshot index this external versioning creates problem for DELETE operations even we changes write.method=UPSERT. https://github.com/confluentinc/kafka-connect-elasticsearch/issues/709
Solution
DELETE operation needs to send version external or not based upon the INSERT vs UPSERT method.
Does this solution apply anywhere else?
If yes, where?
Test Strategy
Testing done:
Release Plan