Open mohkar opened 8 years ago
It does, as long as the different disque instances can talk to each other. But you can't control which instance get a replication, so there would be scenarios where there is no warranty that a job is replicated to two separate DC.
Adding some bits of information I learned when doing PR #200 for eventual replication (as my use case is 2x DC each with 1x Disque and a bit of latency between the DCs) and what I changed in that PR.
Assuming a RTT of 100ms between the DCs:
This is why PR #200 and the SYNC N parameter.
Again with 100ms RTT latency:
It's not perfect (mainly because restart stops eventual replication attempts) but it works for me and hopefully someone else as well.
Hi antirez,
I would like to know if disque supports cross data center support