Apigee has to connect to a device (using it's ip address) that listens to a request fro apigee and responds multiple times with each response containing unique payloads.
is it possible for Apigee to listen to these multiple responses and formulate a single response to send to the backend?
This is a very unique integration requirement so any help is greatly appreciated!
Is payload streaming the only solution?
@dino @dchiesa1
Hi @ashmitkolli,
Just wanted to acknowledge your question—still no responses yet, but we’ll make sure it gets noticed and invite others to help out.
Hi @ashmitkolli - you could do that to a certain extent with using the Apigee cache - so each one of the requests first stores the responses in cache, and then after the final response sends it to the backend. Application Integration could help simplify the architecture, since you could more flexibly build the workflow and handling there than in Apigee. However if it is relatively simple - just multiple calls that get bundled to a final response, yes you could do that in Apigee by storing the responses in cache and then sending the final complete response.