11-29-2018 01:58 PM
Does SnapLogic support some EAI patterns like Scatter-Gather? If so, where can I find them.
Thanks
11-30-2018 01:27 AM
Can you explain what you are trying to do?
12-11-2018 11:54 AM
Call multiple RESTful API currently and then join all the results back together for 1 return document.
customer Info (input)
12-11-2018 04:08 PM
I just did something like this but with multiple DB SELECT queries. I used an N-way copy to copy the data out to each SELECT with an N-way JOIN/merge snap on the return side to combine the results into a single document. It should work conceptually with multiple REST GETs in place of the DB SELECTs.
02-08-2024 09:56 AM
can you please share your piple line as an example? [after you remove any sensitive info from the pipeline]