Create CompletableFuture
-based AsyncCassandraOperations
and AsyncCqlOperations
variants
#1294
Labels
type: enhancement
A general enhancement
Milestone
Our
AsyncCassandraOperations
returnsListenableFuture
as synchronization handle. With Spring Framework 6,ListenableFuture
is being deprecated and that creates an opportunity to revisit our asynchronous Cassandra arrangement. We could deprecateAsyncCassandraOperations
and move it into a side-by-side package to retain usage of the deprecated API while we introduce aAsyncCassandraOperations
replacement based onCompletableFuture
.This path would not require to come up with a clunky name such as
CompletableCassandraOperations
and it would still allow usage of theListenableFuture
-based API.The text was updated successfully, but these errors were encountered: