I have 2 node Cassandra cluster. I wish to replicate the complete data into a 3rd node so that the 3rd node will have complete data (for some special needs). All the 3 nodes will have Cassandra version 2.1.8.
With replication factor 3, I plan to follow as per doc in Adding nodes to an existing cluster
Question:
Is it correct approach ? If so, when can I confidently say data replication is complete (assuming I restrict inflow of data)
Can I replicate only a subset of tables from a cassandra keyspace ?