conjure-java-runtime icon indicating copy to clipboard operation
conjure-java-runtime copied to clipboard

default converter <> streaming

Open sixinli opened this issue 4 years ago • 0 comments

Do we know if streaming still work with the default converters?

We have a workflow which we want to check the size of ResponseBody before loading it all in memory. We are currently doing to in a response converter (not using conjure retrofit2 client). Since we cant register it with Retrofit2Client, there's no way for us to enforce the size and prevent the result from omm-ing our server.

Any suggestion?

sixinli avatar Mar 18 '20 22:03 sixinli