Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source/includes/copy-existing-admonition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ If any system changes the data in the database while the source connector
converts existing data from it, MongoDB may produce duplicate change
stream events to reflect the latest changes. Since the change stream
events on which the data copy relies are idempotent, the copied data is
eventually consistent.
eventually consistent, conformant to an "at-least-once" delivery guarantee.