From 5649168bbe65b7d8b3f7e289b8d119075c9ea440 Mon Sep 17 00:00:00 2001 From: Carrie Kim Date: Wed, 29 Jan 2025 14:28:45 -0500 Subject: [PATCH] (DOCSP-45840) delivery guarantee admonition missing --- source/includes/copy-existing-admonition.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/includes/copy-existing-admonition.rst b/source/includes/copy-existing-admonition.rst index 1c51d141..537923f7 100644 --- a/source/includes/copy-existing-admonition.rst +++ b/source/includes/copy-existing-admonition.rst @@ -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. This is why the source connector's delivery +guarantee is "at-least-once".