akka-persistence-cassandra icon indicating copy to clipboard operation
akka-persistence-cassandra copied to clipboard

Cleanup.deleteAll fails if tagged events are not used

Open nvollmar opened this issue 3 years ago • 0 comments

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.

nvollmar avatar Jun 21 '22 06:06 nvollmar