Hello everyone,
This is the solution :
@Autowired
CassandraOperations cassandraOperationsInstance;
...
...
Pageable request = CassandraPageRequest.first(1000);
Slice slice = null;
Query query = Query.empty().pageRequest(request);
do {
slice = cassandraOperationsInstance.
Hello,
It sounds like a client/coding issue. People are working with distinct
clients to connect to Cassandra. And it looks like there are not many
'spring-data-cassandra' users around ¯\_(ツ)_/¯.
You could try giving a try there see if you have more luck:
https://spring.io/questions.
C*heers,
A