1
votes

I'm using WSO2 api manager (WSO2AM) to manage and publish my APIs. Now, I want to forward a API to multiple endpoint, example: when my product update, I want to notify to many services which are subscribed (store in db).

Can wso2am forward request to multiple endpoints?

2
The simple answer to your last question is yes. But your use case is not much clear to give a proper answer. - Bee
There are many services in my project, so, when a CI was updated, I need to call to some services which are config in db, to notify the CI was updated. I want to call to WSO2AM by 1 api, the WSO2AM read the config in DB, and call to multiple endpoints base on config in db. - Quan Vo

2 Answers

0
votes

You can use custom sequences for this.

See this article about services chaining with custom sequences.

0
votes

You can also create a multicast proxy and call multiple endpoint.