Streaming in Apigee | Timing out if response pay load size is big

Hi ,

We are receiving a huge response payload from the target system . Streaming is enabled in backend system and we have enabled response streaming in apigee target.

However when ever file size is exceeding 200 m.b. it is failing with time out error.

Thanks,

Patty

0 2 372
2 REPLIES 2

For payloads larger than 10 MB, Apigee recommends using a signed URLs pattern within an Apigee JavaCallout, illustrated by the Edge Callout: Signed URL Generator example on GitHub.

Above is an excerpt from docs here.

https://docs.apigee.com/api-platform/develop/enabling-streaming#whenshouldienablestreaming

Hi Jyothi ,

I have explored this document before and signed URL is ruled out for us . since there is security and cost involved in it . Also We are migrating from one platform to apigee there it worked with streaming option so basically we have to implement same.

Thanks,

Patty