Hi ppl, I'm new on Cassandra, but I installed here a Cassandra cluster with a set of three nodes.
I'm wondering if there is a strategy that allow me create keyspaces that only shares the keys to another nodes? For example, I would like to have in Cassandra a keyspace with data saved in local keyspace and not replicate this data for another nodes in my network. I've already try using “NetworkTopologyStrategy”, but as I've saw, the cluster sharing the keys and the data records thru the nodes. I getting what I need with NetworkTopologyStrategy or I need write a new strategy for attending this? Thanks in advance! Regards, Alan