How to properly test logic that reads/writes to Cassandra? Kotlin/Java.
I’m using Spring Boot, it it helps.
There are a couple of frameworks like cassandra-unit or scassandra-server, but they are at least 5 years out of support and do not work that well anymore.
testcontainers do work, but it depends on docker, which is also not an option in (our) CI pipeline.