-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross Data Center support #189
Comments
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
The text was updated successfully, but these errors were encountered: