Hello. I'd like to bring testcontainers Cassandra support. Currently Cassandra can be used only through Generic container and there are problems with keyspace initialization - after container's launch any initial scripts can be applied only manually. It's not very convenient. 😫
So I'm inclined to write separate Cassandra container with initial script applying support. Should I do it in this repository as PR, or in separate one?
Hello. I'd like to bring testcontainers Cassandra support. Currently Cassandra can be used only through Generic container and there are problems with keyspace initialization - after container's launch any initial scripts can be applied only manually. It's not very convenient. 😫
So I'm inclined to write separate Cassandra container with initial script applying support. Should I do it in this repository as PR, or in separate one?