> I assume my only options are to create another cluster or to create another
> keyspace using LocalStrategy strategy?
You do need another key space, but you can still use the
NetworkTopologyStrategy.
Just set the strategy options to be dc1: 2 and dc2: 0. (check the docs for CLI
and CQL for ex
Hi all,
I have a cluster with 2 data centers with an RF 2 keyspace using network
topology on 1.1.10. I would like to configure it such that some of the data is
not cross data center replicated but is replicated between the nodes of the
local data center. I assume my only options are to cre