I want to setup hazelcast clusters.
One way to do that is creating individual instances of haxelcast server on different machine and define the members (other hazelcast servers) where existing nodes of Server instances are running.
I am using replicated Map so across the cluster all the servers will have the same copy and not partitioned.
But if want to ensure across clusters same replicated map to work and have same copy ,how can we do that ?
Also how do ensure cluster to cluster communication ?