We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90add65 commit d3842b5Copy full SHA for d3842b5
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. This is why the source connector's delivery
6
+guarantee is "at-least-once".
0 commit comments