akka-persistence-cassandra
akka-persistence-cassandra copied to clipboard
Cleanup.deleteAll fails if tagged events are not used
If events by tag is disabled (and corresponding tables are not created), the Cleanup.deleteAll fails (even as dry-run) with
com.datastax.oss.driver.api.core.servererrors.InvalidQueryException: keyspace akka does not exist
Expected behaviour would have been that it would consider events-by-tag configuration.
Small side note, the keyspace used shouldn't even be akka as were using multiple configurations with different keyspaces.