From 6081632985a367ff7e2ed7a2f7e2753322ad9047 Mon Sep 17 00:00:00 2001 From: AB Date: Thu, 7 Nov 2024 11:32:33 +0100 Subject: [PATCH] Rename syncConsistencyCheckStrategy property (#261) Fix typo in property name `syncConsistencyCheckStrategy` --- docs/modules/ROOT/examples/wan-sync-delta.yaml | 2 +- docs/modules/ROOT/pages/wan-sync.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/examples/wan-sync-delta.yaml b/docs/modules/ROOT/examples/wan-sync-delta.yaml index 0ea60bab..da97038e 100644 --- a/docs/modules/ROOT/examples/wan-sync-delta.yaml +++ b/docs/modules/ROOT/examples/wan-sync-delta.yaml @@ -17,7 +17,7 @@ spec: kind: Map targetClusterName: dev endpoints: "35.192.33.252" - synConsistencyCheckStrategy: "MERKLE_TREES" + syncConsistencyCheckStrategy: "MERKLE_TREES" --- apiVersion: hazelcast.com/v1alpha1 kind: WanSync diff --git a/docs/modules/ROOT/pages/wan-sync.adoc b/docs/modules/ROOT/pages/wan-sync.adoc index abafff39..f482f8c5 100644 --- a/docs/modules/ROOT/pages/wan-sync.adoc +++ b/docs/modules/ROOT/pages/wan-sync.adoc @@ -30,7 +30,7 @@ include::ROOT:example$/wan-sync-full.yaml[] To configure xref:hazelcast:wan:advanced-features#delta-wan-synchronization.adoc[Delta WAN Sync] for the Hazelcast cluster, do the following: * Configure Merkle Tree for the `Map` resource. -* Set `synConsistencyCheckStrategy` to `MERKLE_TREES` in the `WanReplication` resource. +* Set `syncConsistencyCheckStrategy` to `MERKLE_TREES` in the `WanReplication` resource. * Create the `WanSync` resource. The created `WanSync` automatically uses Delta WAN Synchronization. .Example of Delta WanSync