Customizing Streaming based on requirement - Request Or Response

Customizing Streaming based on requirement for Apigee 4.10.06 OPDK.

1. Do we have any option Enabling the streaming in Proxy Endpoint vs Target End Point any

known Pros and Cons, behavior etc..?

  1. Enabling the streaming only response , not no request ( as we require some of Payload checks etc)
  2. If such requirements occurs can be controlled can be configured for required one proxy ? if needed.

<ProxyEndpointname="default">
<HTTPProxyConnection>
<BasePath>/v1/helloworld</BasePath>
<Properties>
<Propertyname="allow.http10">true</Property>
<Propertyname="response.streaming.enabled">true</Property>
<Propertyname="request.streaming.enabled">true</Property>
</Properties>
</HTTPProxyConnection>
</ProxyEndpoint>

0 0 55
0 REPLIES 0