Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.48 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.48 KB

Circuit Breaker Sample

日本語|Japanese

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).

List of Samples

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

Reference Links

End of document.