Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bootcamptoprod/spring-boot-rest-template-parallel-calls

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.
https://github.com/bootcamptoprod/spring-boot-rest-template-parallel-calls

rest-template-concurrent-calls rest-template-parallel-calls scatter-gather spring-boot-async-completable-future spring-boot-rest-template-parallel-calls spring-boot-scatter-gather

Last synced: 4 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

## Spring Boot Parallel Calls with RestTemplate and CompletableFuture
For complete understanding on how we can make parallel calls using RestTemplate and CompletableFuture in case of Spring Boot application you can check out our blog.


**Blog Link:** [Spring Boot Parallel Calls with RestTemplate and CompletableFuture](https://bootcamptoprod.com/spring-boot-parallel-calls-resttemplate/)

# spring-boot-rest-template-parallel-calls
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.