avirajkhare00 opened a new pull request, #2941:
URL: https://github.com/apache/iggy/pull/2941

   ## Summary
   
   Align the MongoDB sink README and one stale integration test name with the 
behavior that shipped in #2815.
   
   ## What changed
   
   - document the composite MongoDB `_id` format
   - document duplicate-key handling as idempotent replay tolerance
   - keep insert-only and non-upsert wording explicit
   - rename the misleading duplicate-key integration test
   
   ## Why
   
   The final merged MongoDB sink behavior in #2815 uses composite `_id` values, 
unordered inserts, and duplicate-key replay tolerance, but the README and one 
test name still reflected the older hard-failure wording.
   
   ## Verification
   
   - `cargo test -p integration --test mod --no-run`
   - Docker-backed MongoDB integration tests were not run in this environment
   
   ## Related
   
   - #2940 for the broader partial-write and replay-safe progress discussion
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to