I want to make a concurrent/parallel call to two different target server in Apigee proxy and send results back to client. There will be responses from only one target server at a time.
I read in one apigee forum which suggests to use node js policy and use async module to make the parallel call to different target server.
I just want to know, is there any alternatives? Any built-in policy in Apigee to support this use case. Which is the best way to achieve it?
I have the same requirement to call two different target URLs for same condition.i mean parallel call to different endpoints always. can someone explain how JS used here
I have the same requirement to call two different target URLs for same condition.i mean parallel call to different endpoints always. can someone explain how JS used here