I am exploring Kong. I am wondering if I can achieve the following scenario using request transformer plugin.
- A request is reached at the request transformer plugin.
- Split the request into three microservice API requests.
- Call the three APIs sequentially.
- Merge the response of all three APIs.
- Send the response back.