How to avoid and Why Flux.collectList() make request waiting longer
I’m tring build a resful api with Spring WebFlux, and I found when I making Flux Object be restful would make request‘s Waiting time longer, but I read another thread said that collectList() is not blocking thread.
Spring Webflux Webclient treating 202 accepted as WebClientResponseException
When I request a rest api that returns “202 accepted” I’m getting an error with Webflux. Requests that result in “200 ok” working fine.