Testcontainers-java: Cassandra support

Created on 16 Dec 2017  路  2Comments  路  Source: testcontainers/testcontainers-java

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?

help wanted typquestion

Most helpful comment

Hi @AnkBurov, we originally wanted to split such extensions into its own repos, but it does add some more organisational overhead and basically feels kind of clunky. For now it would be great if you simply add the support as a PR in this main repo 馃檪

All 2 comments

Hi @AnkBurov, we originally wanted to split such extensions into its own repos, but it does add some more organisational overhead and basically feels kind of clunky. For now it would be great if you simply add the support as a PR in this main repo 馃檪

Okay, thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vmassol picture vmassol  路  3Comments

michael-simons picture michael-simons  路  3Comments

micheal-swiggs picture micheal-swiggs  路  4Comments

rnorth picture rnorth  路  3Comments

aruizca picture aruizca  路  4Comments