Hello Team ,
We have a requirement to pass large payload (~ 60 MB) through Apigee X . Also, we connect to the backend by a target server.
Hence, to achieve this we have enabled streaming at both proxy and target endpoints.
Proxy Endpoint -
/xyz trueTarget Endpoint -
true /demo/xyzBut we are getting http 502 or 503 error
502- Bad Gateway
“fault”: {
“faultstring”: “Unexpected EOF at target”,
“detail”: {
“errorcode”: “messaging.adaptors.http.flow.UnexpectedEOFAtTarget”,
“reason”: “TARGET_READ_UNEXPECTED_EOF”
}
503 - Service Unavailable
“fault”: {
“faultstring”: “The Service is temporarily unavailable”,
“detail”: {
“errorcode”: “messaging.adaptors.http.flow.ServiceUnavailable”
}
}
So please can someone confirm if these errors are not related to streaming and coming from the backend only.