Does Kong support API Aggregation
We are just researching a couple of API gateways, in particular Kong . Looking through their documentation it seems they support request/response transformation. However, if I understand this correctly, this seems limited to headers. Does Kong support API Aggregation like Netflix does it? No, by default one http request into Kong will only match to one upstream url. The Kong request and response transformation plugins handle simple Header, Body and Query String manipulation but Kong doesn't handle API aggregation. Obviously, Kong is very easy to modify via it's own plugin mechanism but