Is is possible to organize one way replication between data centers (DC). Let's say we have two DCs: A and B. I want all data written to nodes in DC A to be copied to DC B, but none of data written in DC B should go to A. Is it possible with Cassandra?
↧