Skip to content

Commit d3842b5

Browse files
committed
(DOCSP-45840) delivery guarantee admonition missing
1 parent 90add65 commit d3842b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/includes/copy-existing-admonition.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ If any system changes the data in the database while the source connector
22
converts existing data from it, MongoDB may produce duplicate change
33
stream events to reflect the latest changes. Since the change stream
44
events on which the data copy relies are idempotent, the copied data is
5-
eventually consistent.
5+
eventually consistent. This is why the source connector's delivery
6+
guarantee is "at-least-once".

0 commit comments

Comments
 (0)