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

https://github.com/indranilmetiya/springboot-circuitbreaker-ehcache-asynccalls

In this demo project I have simply implemented springboot circuitbreaker , calling external APIs through completableFuture in java and stores the data in ehcache
https://github.com/indranilmetiya/springboot-circuitbreaker-ehcache-asynccalls

async circuit-breaker completablefuture ehcache ehcache-configuration springboot

Last synced: 2 months ago
JSON representation

In this demo project I have simply implemented springboot circuitbreaker , calling external APIs through completableFuture in java and stores the data in ehcache

Awesome Lists containing this project

README

        

# Springboot-CircuitBreaker-EhCache-AsyncCalls
In this demo project I have simply implemented springboot circuitbreaker , calling external APIs through completableFuture in java and stores the data in ehcache