We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbbc64 commit e3102f7Copy full SHA for e3102f7
source/includes/copy-existing-admonition.rst
@@ -2,6 +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. This is why the source connector's delivery
6
-guarantee is "at-least-once".
+eventually consistent, conformant to an "at-least-once" delivery guarantee.
7
0 commit comments