Questions tagged [xdcr]

Cross DataCenter Replication

18 questions
0
votes
0 answers

What is the Couchbase XDCR replication order

What is the order couchbase replicates data to other cluster, ex: if i configure the XDCR with already existing data in couchbase, 1. will xdcr pulls data from disk to ram and put it to replication queue 2. will xdcr replication maintains order of…
arihant rk
  • 101
  • 5
0
votes
1 answer

Redis active - active replication across datacenters / Kubernetes clusters

I have deployed a highly available Redis service on Kubernetes (the redis version used is 4.0.9) with aof persistence. Three sentinel nodes monitoring one master node and two slave nodes. I now have the following use case: Deploy two instances of…
0
votes
2 answers

How to create document in Couch base with "no replication"?

Hi Couch base Experts, We have got two clusters with replication on, we want to identify which cluster, our java application is writing to. So we are thinking of adding an unique document to each cluster, we can then query the document to find out…
1
2