Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bootcamptoprod/spring-boot-rest-template-parallel-calls
- Owner: BootcampToProd
- Created: 2024-07-28T11:09:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T15:39:02.000Z (4 months ago)
- Last Synced: 2024-07-29T16:07:15.788Z (4 months ago)
- Topics: 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
- Language: Java
- Homepage: https://bootcamptoprod.com/spring-boot-parallel-calls-resttemplate/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.