Datastax 4+CqlSession ->error"the local DC must be explicitly set" when creating session specifying contactpoints -multiple datacenters?
Our Java app with cassandra code is currently connecting (driver 2+) using clusterFactory with list of servers. The cassandra servers are remote. In our live environment there are 2 datacenters - 50% of the servers are configured in each DC. Programmatically and in configuration there is only an option for .withLocalDatacenter(). How do I manage this?