Open
Description
We're using testcontainers with Cassandra and we need to make sure that the CqlSession
is available as things happen asynchronously.
We ended up, with the help of the Cassandra team, with this code.
Although the local datacenter is specific, it could be a parameter of some kind maybe? Or a supplier for CqlSessionBuilder
?
It looks like every ITs would need this strategy so it would be awesome if the project would provide that.