algoliasearch-client-java icon indicating copy to clipboard operation
algoliasearch-client-java copied to clipboard

projectreactor.io support

Open RuslanYanyuk opened this issue 3 years ago • 0 comments

Description

Please make support the reactive approach in the client. The main reason for this request is that it is hard to integrate this client into the Spring WebFlux framework. There is a workaround for wrapping CompletableFuture into the Mono object but in the reactive environment, it will produce poor performance.

RuslanYanyuk avatar Jan 17 '22 12:01 RuslanYanyuk