I need to develop a Cassandra application where each tenant can have their own keyspace and related tables for their needs. If I want to use spring data with Cassandra, probably starting with 10 keyspaces, what is the efficient way to use spring data and Cassandra?