We've a proxy setup in apigee which targets existing backend.
Most of the backend endpoints do not require streaming except 3, as those 3 endpoint usually communicate big payloads (usually more than 10 MB limit) both in request and response. How can we enable streaming for just those 3 endpoints and leave it normal for other endpoints?
Please note that