From 484ccbb5ca27db5f0c218476be0c0d2fbfa48bca Mon Sep 17 00:00:00 2001 From: Simon-Pierre Vivier Date: Mon, 31 Mar 2025 10:05:20 -0400 Subject: [PATCH] Update standards/core/sync.md Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> --- standards/core/sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/core/sync.md b/standards/core/sync.md index 123695d..59049d6 100644 --- a/standards/core/sync.md +++ b/standards/core/sync.md @@ -36,7 +36,7 @@ At this point lists of message _IDs_ are sent for comparison instead of _fingerprints_ over entire ranges of messages. #### Overview -The `reconciliation` protocol operate on the following heuristic: +The `reconciliation` protocol operates on the following heuristic: 1. The requestor chooses a sync range including time, cluster id, pubsub and content topics. 2. The range is encoded into a payload and sent. 3. The requestee receives the payload and decodes it.