It doesn't seem like the route DSL in Spring supports returning a Flux - i.e. the response doesn't seem to return until the Flux has been fully collected. It seems in Spring the response could be a SSE response or just a plain text chunked response. But I can't seem to get the routes to do that correctly.
It doesn't seem like the
routeDSL in Spring supports returning aFlux- i.e. the response doesn't seem to return until the Flux has been fully collected. It seems in Spring the response could be a SSE response or just a plain text chunked response. But I can't seem to get the routes to do that correctly.