Skip to content

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.

Notifications You must be signed in to change notification settings

BootcampToProd/spring-boot-rest-template-parallel-calls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Languages