We are migrating to latest Spring Data Cassandra 3.3.1. One challenge we are noticing is to create Keyspace if not exists using XML config. Not sure if this is supported in the latest version.
Could anybody share how we can achieve this using XML config?
Thanks