Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add action to combine results of mutliple endpoints #391

Closed
chriskapp opened this issue May 11, 2021 · 1 comment
Closed

Add action to combine results of mutliple endpoints #391

chriskapp opened this issue May 11, 2021 · 1 comment
Labels
Milestone

Comments

@chriskapp
Copy link
Member

I have just saw the Krakend API gateway and they have a feature to combine the results of multiple endpoints into one result s.
krakend-gateway

We could also create an action which combines the results of multiple endpoints and returns a single response. In the background this should use the HTTP-Processor. Maybe we could also provide a way to cache those responses. It would be easy to create an action with PHP but probably it would be useful if we have such an action which can be configured.

@chriskapp chriskapp added this to the 2.1.1 milestone Sep 3, 2021
@chriskapp
Copy link
Member Author

We have created an action at the HTTP adapter s. https://github.com/apioo/fusio-adapter-http which handles this case. The new version of the HTTP adapter is then included at the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant