We're migrating our services to apigee and we're running into an issue. We have a service that returns large payloads (>55MB) and when I pass it through a defined apigee proxy, it would return:
{
"fault": {
"faultstring" : "Body buffer overflow",
"detail": {
"errorcode": "protocol.http.TooBigBody"
}
}
}
Is there an apigee policy and/or proxy setting I can use to avoid this?
And, no, streaming is not an option. We need to duplicate the behavior as we want the migration to apigee transparent to our clients.