This is a collection of circuit breaker samples, part of the cloud design pattern implementation based on the Microsoft Azure Well-Architected Framework (Java/Spring Boot version).
The executable samples are as follows.
Sample Name | Description |
---|---|
01-general-b | A sample implemented in Java independently |
02-rejilience4j | Circuit breaker sample using Resilience4J Retry |
03-springboot-cb | Sample using Spring Boot + Spring Cloud Circuit Breaker + Spring Retry |
04-springboot-cb-r4j | Sample using Spring Boot + Spring Cloud Circuit Breaker + Ressilience4j |
- Circuit Breaker pattern - Azure Architecture Center | Microsoft Learn
- Implementing the Circuit Breaker pattern - .NET | Microsoft Learn
End of document.