python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to provide CassandraEntityInformation<T, ID> for a SimpleReactiveCassandraRepository?
I'm doing some research bout spring-data-cassandra-reactive and it looks like I can't figure out or find the right documentation about this.
According to the documentation you can create an interface ...
tftd
Votes: 0
Answers: 1
Cassandra Spring-data Multitenancy
So, I'm about to integrate the Multitenancy (one keyspace per tenant) aspect with spring-boot-starter-data-cassandra-reactive, I tried to find a solution to access into the right keyspace and I found ...
ganatrii
Votes: 0
Answers: 1
Inject implementation of CassandraRepository in Spring Boot test
I am using Spring Boot and Spring Data Cassandra in my webflux application. I have issue when I do integration test with docker by using testcontainer, Spring doesn't inject the implementation of my c...
Barcelona
Votes: 0
Answers: 1
Multiple Keyspaces in Cassandra Springboot Spring Data while setting credentials for each keyspace
I am trying to configure cassandra for multiple keyspaces , I need to set userName and Password for cassandra, overriding session function which gives me an authentication error, even though I can fin...
Akshay Hazari
Votes: 0
Answers: 1