-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement]: Cassandra 4 support #7012
Comments
Hi @wakingrufus, thanks for the offer! We already have tests running with Cassandra 4. or are you talking about the |
I am not referring to cassandra datastax driver 4, but cassandra server 4 https://cassandra.apache.org/doc/4.0/cassandra/new/index.html |
can you elaborate on what's missing in CassandraContainer to work with cassandra 4? |
Im not sure, i just saw this: Line 24 in cce90eb
Ill try using it with a casandra4 image and report back my results |
update comment to reflect cassandra 4.x compatibility fixes testcontainers#7012
Thank you! |
add test against cassandra 4 update comment to reflect cassandra 4.x compatibility fixes testcontainers#7012
Fixes #7012 Co-authored-by: Eddú Meléndez Gonzales <[email protected]>
Module
Cassandra
Proposal
I noticed the cassandra container only supports 2.x and 3.x. I'd like to see support for Cassandra server 4.x
I would be willing to help with this. I have experience getting cassandra 4 to run: jsevellec/cassandra-unit#325
but I am not familiar with testcontainer's code base.
The text was updated successfully, but these errors were encountered: