Skip to content

Commit

Permalink
Rename syncConsistencyCheckStrategy property (#261)
Browse files Browse the repository at this point in the history
Fix typo in property name `syncConsistencyCheckStrategy`
  • Loading branch information
cheels authored Nov 7, 2024
1 parent 290e52e commit 6081632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/examples/wan-sync-delta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/wan-sync.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6081632

Please sign in to comment.