is Spring-data-cassandra 1.4.5 compatible with Cas

2019-09-21 09:42发布

It seems underlying cassandra version has been upgraded to 3.0.5. Wanted to find if our current spring-data-casssandra version is compatible with new cassandra 3.0.5 version?

Any takes to point to compatibility matrix for the version check (spring-data-cassandra version to cassandra version)

2条回答
Emotional °昔
2楼-- · 2019-09-21 09:51

Looking into dependencies for it, it looks like it won't be compatible - it's based on Cassandra 2.1 that won't work with 3.x. You need to upgrade to latest 1.5.x to be compatible with Cassandra 3.x

查看更多
登录 后发表回答