How to achieve real time data sync between 2 separate neo4j causal cluster.
Each Causal Cluster has 3 Core Nodes and 1 Read Replica server.
So if data gets create or update in Core server of first Causal Cluster setup then how to get the same changes ( create or update ) in Core server of second Causal Cluster setup in real-time.
Do you intend to have exactly the same data on the two clusters, or do you intend one cluster to be "enriched" by a subset of the data from the other cluster?
If it's the same data everywhere, then just have one cluster with read replicas (secondaries) in the "remote" site.
If it's not the same data in both clusters, could you explain what data goes in each and what you'd like to replicated?