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
- Host: GitHub
- URL: https://github.com/indranilmetiya/springboot-circuitbreaker-ehcache-asynccalls
- Owner: IndranilMetiya
- Created: 2024-07-03T18:31:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T07:56:14.000Z (7 months ago)
- Last Synced: 2025-02-04T22:13:58.265Z (4 months ago)
- Topics: async, circuit-breaker, completablefuture, ehcache, ehcache-configuration, springboot
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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