-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed as not planned
Labels
staleIssues and PRs without responseIssues and PRs without response
Description
In what area(s)?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
Describe the proposal
Dapr should stream requests (and responses) and not buffer when invoking remote service. Use cases: sending large file to another service (request), receiving large file or result set from service (response).
I know that there's MaxRequestBodySize (here's related issue dapr/cli#699) but large request bodies should be handled by streaming them directly to the destination service and not buffering requests in memory. I'm not sure how responses are handled by Dapr but I suppose that the same way.
LukeRH, markfoster, saber-wang and hrkeniArnauFauquer, charli19, sdomenech, apuzyrevsky, LukeRH and 6 more
Metadata
Metadata
Assignees
Labels
staleIssues and PRs without responseIssues and PRs without response