Netflix/dyno

how to set more than one localDataCenter?

Opened this issue · 1 comments

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

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.