I have 4 keyspaces and 1 "DC1," with 3 keyspaces using SimpleStrategy
and 1 of them using NetworkTopologyStrategy`. I want to add a new "DC2" data center. Replication will be set as DC1:3 and DC2:3.
Will it possible to replicate only one keyspace to the new DC? This means that 3 keyspaces only replicate to DC1 and 1 keyspace replicates to BOTH DC1 and DC2.
Please confirm, is it possible for partial replication between DCs or not?