-
Feature
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
None
-
False
-
---
Enhance support for large payload with RESTEasy Reactive
There is https://github.com/quarkusio/quarkus/issues/21440 to allow large file download and upload using the Reactive REST Client
Huge JSON payload sent to JAX-RS endpoint (which doesn't have @Blocking) should be improved, especially support for streaming to allow more than just Multi<Byte[]>.
On SO people are about this topic too, e.g. https://stackoverflow.com/questions/72501428/quarkus-send-receive-through-reactive-rest-api-huge-stream
On QE front we have come to this topic when working on QUARKUS-2487 - compression support for Reactive Routes and RESTEasy Reactive