From 161a171628cd0d13933da6df51345ef299765468 Mon Sep 17 00:00:00 2001 From: devOpsHelm Date: Wed, 3 Apr 2024 08:35:34 +0000 Subject: [PATCH] Update API reference doc --- docs/modules/ROOT/pages/api-ref.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/modules/ROOT/pages/api-ref.adoc b/docs/modules/ROOT/pages/api-ref.adoc index fa951d84..c736284a 100644 --- a/docs/modules/ROOT/pages/api-ref.adoc +++ b/docs/modules/ROOT/pages/api-ref.adoc @@ -155,6 +155,7 @@ TIP: This document was generated from comments in the Go code in the api/ direct * <> * <> * <> +* <> * <> * <> * <> @@ -1973,6 +1974,7 @@ m| endpoints | Endpoints is the target cluster comma separated endpoint list . m m| queue | Queue is the configuration for WAN events queue. m| <> | false | {capacity: 10000, fullBehavior: DISCARD_AFTER_MUTATION} m| batch | Batch is the configuration for WAN events batch. m| <> | false | {size: 500, maximumDelay: 1000} m| acknowledgement | Acknowledgement is the configuration for the condition when the next batch of WAN events are sent. m| <> | false | {type: ACK_ON_OPERATION_COMPLETE, timeout: 60000} +m| syncConsistencyCheckStrategy | SyncConsistencyCheckStrategy is the strategy for checking the consistency of data between replicas. m| <> | false | - |=== <> @@ -2558,6 +2560,17 @@ m| "Succeeded" |   <
> +=== SyncConsistencyCheckStrategy + + + +[cols="5,10"options="header"] +|=== +| Value | Description +|=== + +<
> + === UniqueKeyTransition