A simple Spring Boot app showcasing how to make parallel API calls using RestTemplate and CompletableFuture, which can also be used to implement the scatter-gather design pattern.
-
Updated
Jul 28, 2024 - Java
A simple Spring Boot app showcasing how to make parallel API calls using RestTemplate and CompletableFuture, which can also be used to implement the scatter-gather design pattern.
Quick implementation of a Scatter Gather Pattern using Spring and Reactive principles
The project shows how to implement scatter gather pattern using Executor Service
Add a description, image, and links to the scatter-gather topic page so that developers can more easily learn about it.
To associate your repository with the scatter-gather topic, visit your repo's landing page and select "manage topics."