Is it possible to invoke parallel Oracle Fusion REST API calls to improve performance
Summary:
Is it possible to invoke parallel Oracle Fusion REST API calls to improve performance. We do have time critical calls made from our ecommerce system to check the availability date of Items within an Order and if the order has multiple items , the wait time on ecommerce system for the user is higher as the calls are made sequentially for each item. The call is invoked from OIC into Oracle fusion using a REST API.
Are there any options wherein instead of making sequential call for each item availability, the REST calls can be invoked in Parallel i.e, if there are say 50 items within the order and assuming we take 1 second for each item, it would take 50 seconds in total but if there is an option to invoke the calls in parallel, we could speed up the processing time by probably 5/10 calls being invoked in parallel into Oracle fusion from OIC?