dyno icon indicating copy to clipboard operation
dyno copied to clipboard

how to set more than one localDataCenter?

Open shl1988012 opened this issue 7 years ago • 1 comments

ATT. The cluster has 2 dc with 4 nodes. when create a new DynoJedisClient, how to set ConnectionPoolConfigurationImpl with localDataCenter?

shl1988012 avatar Sep 17 '18 03:09 shl1988012

The way we have designed the system is for each application to have 1 datacenter and for Dynomite to do the replication across regions so that our application layer can have regional isolation. In other words, if one datacenter goes down, we can failover to another one. Hence, you can only define 1 datacenter.

ipapapa avatar Oct 03 '18 14:10 ipapapa