Spring reactive WebClient cancel ongoing request on flux error
I have a streaming service that relays the client request to an external service using WebClient, returning the Flux from the external service to the client.
Spring reactive WebClient cancel ongoing request on flux error
I have a streaming service that relays the client request to an external service using WebClient, returning the Flux from the external service to the client.
How to make calls to external services in parallel with reactive java
Im using java 17 and I would like to know an efficient way to make calls in parallel using reactive programming.