Handling Maximum response payloads on edge

Not applicable

What are the best practices inorder to handle medium size response payloads of size 2-4MB on apigee edge?

I am not looking for streaming option here.

Also, the response needs to be mashup and some mediation.

Average response payload 500K - 1MB

0 1 116
1 REPLY 1

@nagesh, it depends on what you are trying to do on the payload? xpaths/xslt? simple concatenation? strip elements?

a general guideline would be to keep it simple at the API layer and oob policies would allow you to do that, for eg, XSL or Xpaths or Jsonpath or modifying/adding headers etc..