Replies: 5 comments 3 replies
-
Any updates on this ? |
Beta Was this translation helpful? Give feedback.
-
I'm afraid that in order to achieve this you're going to have to implement a custom plugin. Out of curiosity - how do you plan to aggregate the responses? I assume they will have different bodies, status codes, response headers etc. 🤔 |
Beta Was this translation helpful? Give feedback.
-
@nowNick thanks for the response |
Beta Was this translation helpful? Give feedback.
-
@nowNick how can I store this configuration ? Can I store it as custom entities in datastore? This config should be accessible from kong as well as a admin app which can modify the config. Or is there a more efficient way to store this config? |
Beta Was this translation helpful? Give feedback.
-
Why not use multiple |
Beta Was this translation helpful? Give feedback.
-
We have a requirement where we want to support multiple providers for use cases like sms / email. We want to store this provider info in a config which is accessible from kong and from an admin app which can dynamically update the config.
We want to support multiple provider apis, fallback to a different api on issues and aggragate responses from multiple apis. All this has to happen based on the configurations defined. This config should be accessible from kong and a admin app which can modify this config.
Please suggest a efficient way to store and manage this config data in kong
Beta Was this translation helpful? Give feedback.
All reactions