spring-data-cassandra icon indicating copy to clipboard operation
spring-data-cassandra copied to clipboard

Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style d...

Results 69 spring-data-cassandra issues
Sort by recently updated
recently updated
newest added

This is the PR to solve #764 issue. The key takeaways in the PR: there is a new class, called `CassandraSchemaValidator`, that is validating Cassandra schema against existing entities in...

type: enhancement

Hello @mp911de @schauder ! I have implemented #921 feature. I have assumed the following behavoir: 1. There is a possibility to specify a keyspace for an entity in the `@Table`...

status: waiting-for-triage

Hi Team, I have integrated my spring boot application with cassandra observability. Have configured it and able to push low cardinality metrices to prometheus. But unable to push high cardinality...

type: enhancement

To be able to use Crac with spring boot applications, all open connections need to be closed before a checkpoint is taken and then they need to be re-established after...

status: on-hold
type: enhancement