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.
If events by tag is disabled (and corresponding tables are not created), the
Cleanup.deleteAllfails (even as dry-run) withcom.datastax.oss.driver.api.core.servererrors.InvalidQueryException: keyspace akka does not existExpected behaviour would have been that it would consider events-by-tag configuration.
Small side note, the keyspace used shouldn't even be
akkaas were using multiple configurations with different keyspaces.