How to enable streaming in target endpoint when used Hosted Target

How to enable streaming in target endpoint when used Hosted Target. ?

For HttpTargetConnection we can use as below:

<HTTPProxyConnection> <BasePath>/basepath</BasePath> <Properties> <Property name="response.streaming.enabled">true</Property> <Property name="request.streaming.enabled">true</Property> </Properties> <VirtualHost>default</VirtualHost> </HTTPProxyConnection>

1 4 354
4 REPLIES 4

You do it the same way you would for `HTTPProxyConnection`. But, GAE doesn't support streaming and that might impact Hosted Targets. Give it a shot and let me know if I can help further.

Hi Jeremy, It is not working if we use both HTTPTargetConnection and HostedTarget. The Streaming enabled properties are part of HTTPTargetConnection and couldn't use in Hosted Target. Please let me know if you have any other solution.

Anyone came up with the solution to this?

As mentioned above, you can enable streaming on the Apigee side via the `HTTPProxyConnection` but since GAE doesn't support streaming, HT itself doesn't support streaming. For more details: https://cloud.google.com/appengine/docs/standard/go/how-requests-are-handled#streaming_responses