Re: Node containing all data of the cluster

2017-05-11 Thread Igor Leão
Thank you Varun and DuyHai! 2017-05-10 20:57 GMT-03:00 Varun Gupta : > Hi Igor, > > You can setup cluster with configuration as below. > > Replication: DC1: 3 and DC2: 1. > > If you are using datastax java driver, then use dcaware load balancing > policy and pass DC1, as input.

Re: Node containing all data of the cluster

2017-05-10 Thread Varun Gupta
Hi Igor, You can setup cluster with configuration as below. Replication: DC1: 3 and DC2: 1. If you are using datastax java driver, then use dcaware load balancing policy and pass DC1, as input. As well as add DC2 node in ignore nodes, so request never goes to that node. Thanks, Varun On Wed,