Kong send to request to multi microservices from 1 request

Hi all,
My question is: Client send 1 request to Kong and to response for this request, Kong need to send to 2 or 3 microservice to collect infor after response to client.

Please guide me how to do that?

I have setup kong dashboard and i can easy create a new api by template. But i don’t know how to solve for my requirement as above question.

There currently is no such implementation in Kong that I am aware of for inbound -> 1 request -> gateway -> 3 backend requests. There have been ongoing github issues about how to implement such logic in a generic way that could support multiple use-cases but nothing concrete has been done that I am aware of.

See some related threads:

1 Like