We have a Cassandra cluster with 12 Nodes - 4 Data Centers
Keyspace1 - Replicated to DC1 and DC2 Keyspace2 - Replicated to DC3 and DC4
Issue : If I connect to a node in DC3 / DC4 and query keyspace1 am still able to access data though the data is not physically present in DC3 and DC4.
Question : Is there a way to restrict the data access for Keyspaces with out creating user permission on the keyspace level