I have multiple servers that use individual cassandra cluster. I would like to add a keyspace to store state information unique to each web service.
Ideally I want to back up the keyspace that contains state information to a local core cluster without having any information shared between the web services and without having to create a separate cluster for each server.