I have configured all nodes in my 2 clusters per the documentation found at Ken's link. However, I cannot seem to get any cross-cluster communication going. Has anyone got this working?
My config on all 4 nodes...
<wan-replication name="ag-wan-cluster">
<target-cluster group-name="site1" group-password="openfire">
<replication-impl>com.hazelcast.impl.wan.WanNoDelayReplication</replication-imp l>
<end-points>
<address>10.10.0.48:5701</address>
<address>10.10.0.66:5701</address>
</end-points>
</target-cluster>
<target-cluster group-name="site2" group-password="openfire">
<replication-impl>com.hazelcast.impl.wan.WanNoDelayReplication</replication-imp l>
<end-points>
<address>10.10.10.16:5701</address>
<address>10.10.10.17:5701</address>
</end-points>
</target-cluster>
</wan-replication>
<map name="ag-shared-map">
<wan-replication-ref name="ag-wan-cluster">
<merge-policy>com.hazelcast.map.merge.PassThroughMergePolicy</merge-policy>
</wan-replication-ref>
</map>