We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f4f761 + e3102f7 commit b1720d2Copy full SHA for b1720d2
source/includes/copy-existing-admonition.rst
@@ -2,4 +2,5 @@ If any system changes the data in the database while the source connector
2
converts existing data from it, MongoDB may produce duplicate change
3
stream events to reflect the latest changes. Since the change stream
4
events on which the data copy relies are idempotent, the copied data is
5
-eventually consistent.
+eventually consistent, conformant to an "at-least-once" delivery guarantee.
6
+
0 commit comments