Skip to content

Commit

Permalink
Add default WAN republishing behaviour information (#1006)
Browse files Browse the repository at this point in the history
It turns out there is no documentation about the default state of WAN's republishing feature (that I could find). I've also updated the Javadocs in this PR: hazelcast/hazelcast-mono#728
  • Loading branch information
JamesHazelcast authored Feb 14, 2024
1 parent 3c0cdde commit add1563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/wan/pages/configuring-for-map-and-cache.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ will be used as the merge policy.
* `republishing-enabled`: When enabled, an incoming event to a member is forwarded to target cluster of that member.
Enabling the event republishing is useful in a scenario where cluster A replicates to cluster B and
cluster B replicates to cluster C. You do not need to enable republishing when all your clusters
replicate to each other.
replicate to each other. If not otherwise specified, the default value for republishing is `true` (enabled).
When using Active-Active Replication, multiple clusters can simultaneously update the same
entry in a distributed data structure. You can configure a merge policy to resolve these potential
Expand Down

0 comments on commit add1563

Please sign in to comment.