You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking to stream large Json payloads and/or files through a Rest service from a Rest client and not read the entire response into memory. I know there is documentation on using a Multi but that seems to be for receiving separate event responses and not a single response. One developer tried to simply return the Response object from external service directly from a service which I don't think is really supported and there are headers you might not want to return. What would be the response content types that could be streamed?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Looking to stream large Json payloads and/or files through a Rest service from a Rest client and not read the entire response into memory. I know there is documentation on using a Multi but that seems to be for receiving separate event responses and not a single response. One developer tried to simply return the Response object from external service directly from a service which I don't think is really supported and there are headers you might not want to return. What would be the response content types that could be streamed?
Beta Was this translation helpful? Give feedback.
All reactions