resteasy-reactive-client reads full response bytes in memory #50813
Answered
by
geoand
Treiblesschorle
asked this question in
Q&A
|
Hi, it seems that making a GET call like using the client from seems to read the full response bytes into memory on the the |
Answered by
geoand
Nov 6, 2025
Replies: 3 comments 11 replies
|
What is it exactly that you are trying to achieve? |
0 replies
|
I'm downloading a potentially large file, i.e. I'm getting a stream |
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to use
client.target(downloadUri).request(MediaType.APPLICATION_OCTET_STREAM).get(InputStream.class)