kong request transformer invoke multiple microservice APIs

后端 未结 1 1191
长发绾君心
长发绾君心 2021-01-25 16:37

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 plugi
相关标签:
1条回答
  • 2021-01-25 16:48

    I think that is not possible as Kong is not an orchestration/business process/ESB tool. I see two solutions for this use case:

    • Deploy a BPM engine like Camunda, which takes care of orchestrating services

    • Create your own service which does the calls for you and merges the responses

    0 讨论(0)
提交回复
热议问题