Skip to content

Commit

Permalink
Fix WAN advanced network YML example indentation (#886)
Browse files Browse the repository at this point in the history
* Add "last replication wins" info to modes doc

* Updates to Advanced Features

Update intro paragraph (missing content), additions and tweaks to Synchronizing WAN Clusters section

* Hyperlink fix

* Advanced Features feedback changes

* Advanced Features feedback part 2

* WAN rep modes feedback

* Typo fix

* YAML config example indentation fix

* Fix incorrect endpoint reference

(cherry picked from commit 098be2d)
  • Loading branch information
JamesHazelcast authored and GitHub Actions Bot committed Oct 29, 2023
1 parent 279e05d commit 3e9970c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/modules/wan/pages/advanced-features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1227,17 +1227,17 @@ hazelcast:
factory-class-name: com.hazelcast.examples.MySSLContextFactory
properties:
endpoints: tokyo.example.com:11010
wan-replication:
replicate-to-tokyo:
batch-publisher:
cluster-name: clusterB
target-endpoints: ...
endpoint: tokyo
map:
customer:
wan-replication-ref:
replicate-to-tokyo:
merge-policy-class-name: ...
wan-replication:
replicate-to-tokyo:
batch-publisher:
cluster-name: clusterB
target-endpoints: ...
endpoint: endpoint-tokyo
map:
customer:
wan-replication-ref:
replicate-to-tokyo:
merge-policy-class-name: ...
----
====

Expand Down

0 comments on commit 3e9970c

Please sign in to comment.