Rajib Deb
Rajib Deb

Reputation: 1772

How to do a cross cluster replication between Cassandra clusters?

I am trying to setup two Cassandra clusters in two different DCs. Is it possible to create a cross cluster replication between Cassandra clusters? I am trying to find that in the documentation but so far not able to get anything on this.

Upvotes: 1

Views: 1070

Answers (2)

Madhavan
Madhavan

Reputation: 649

Like @Aaron stated, that is not available out of the box with open source Apache Cassandra(R) to replicate between two different clusters. You may get that capability via other commercial offerings like DataStax Advanced Replication or via a custom app or etc.,

Upvotes: 1

Aaron
Aaron

Reputation: 57808

Between clusters? No.

Now, if you were to join them together as a part of the same cluster, then replicating between data centers is fairly straight-forward.

Upvotes: 1

Related Questions