We have few soap proxy in Apigee edge OPDK which has request payload size is more is more than 25 MB. Can we enable streaming in proxy to manage to this.
need input on this
@togurbachans yes, see it in ProxyEndpoint transport property Specification - request.streaming.enabled and in the Streaming requests and responses docs
request.streaming. enabled | false | By default (false), HTTP request payloads are read into a buffer, and policies that can operate on the payload work as expected. In cases where the payloads are larger than the buffer size (10 MB), you can set this attribute to true. When true, HTTP request payloads are not read into a buffer; they are streamed as-is to the TargetEndpoint request flow. In this case, any policies that operate on the payload in the ProxyEndpoint request flow are bypassed. See also Streaming requests and responses. |