From d3842b5e3481569512a019db1aeb50f91ab8354f Mon Sep 17 00:00:00 2001 From: Carrie Kim Date: Tue, 11 Feb 2025 14:40:00 -0500 Subject: [PATCH 1/3] (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". From 0fbbc64c6e905006cc9b6daf180fda79be69c7a7 Mon Sep 17 00:00:00 2001 From: Carrie Kim Date: Tue, 11 Feb 2025 18:03:56 -0500 Subject: [PATCH 2/3] (DOCSP-45840) admonition fix after removing vale-tdbx.yml --- source/includes/copy-existing-admonition.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/includes/copy-existing-admonition.rst b/source/includes/copy-existing-admonition.rst index 537923f7..3dbf91c5 100644 --- a/source/includes/copy-existing-admonition.rst +++ b/source/includes/copy-existing-admonition.rst @@ -4,3 +4,4 @@ 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. This is why the source connector's delivery guarantee is "at-least-once". + From e3102f74eac4e0e13665eded53bd5197f2115459 Mon Sep 17 00:00:00 2001 From: Carrie Kim Date: Fri, 28 Feb 2025 16:08:02 -0500 Subject: [PATCH 3/3] (DOCSP-45840) applying copy feedback --- source/includes/copy-existing-admonition.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/includes/copy-existing-admonition.rst b/source/includes/copy-existing-admonition.rst index 3dbf91c5..221f1840 100644 --- a/source/includes/copy-existing-admonition.rst +++ b/source/includes/copy-existing-admonition.rst @@ -2,6 +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. This is why the source connector's delivery -guarantee is "at-least-once". +eventually consistent, conformant to an "at-least-once" delivery guarantee.