You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theMono
object but in the reactive environment, it will produce poor performance.The text was updated successfully, but these errors were encountered: