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

https://github.com/abhishek010397/hysterix-circuit-breaker


https://github.com/abhishek010397/hysterix-circuit-breaker

Last synced: 7 months ago
JSON representation

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:

![alt text](https://github.com/Abhishek010397/Hysterix-Circuit-Breaker/blob/main/Hystrix-Fallback-Architecture.jpg)