https://github.com/abhishek010397/hysterix-circuit-breaker
https://github.com/abhishek010397/hysterix-circuit-breaker
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhishek010397/hysterix-circuit-breaker
- Owner: Abhishek010397
- Created: 2020-11-20T16:21:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-20T21:10:15.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T11:18:56.034Z (9 months ago)
- Language: Java
- Size: 405 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hysterix-Circuit-Breaker
Step-by-step development of a Circuit Breaker Architecture using with Spring Boot. We would use the following tools:
Spring Boot for developing the servers
Feign Client for Microservices Communication
Hystrix Circuit Breaker for handling failures
Angular for building the UI application
The architecture would consist of four microservices.
Primary Server(ProductServer1 port 8081)
Secondary Server (ProductServer2 port 8082)
Web API Application (ProductWeb port 8090)
UI Application (ProductsUI port 8091)
Architecture:
