Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.92 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.92 KB

Retry Samples

日本語|Japanese

This is a collection of retry samples for cloud design patterns implementation based on the Microsoft Azure Well-Architected Framework (Java/Spring Boot version).

Sample List

The following are the executable samples:

Sample Name Overview
01-general Sample implemented in Java independently
02-httpcomponents HTTP request retry sample using Apache HttpComponents
03-Resilience4j Retry sample using Resilience4J Retry
04-springboot Sample using annotations and retry templates by Spring Retry and Spring Boot
05-springboot-r4j Sample using annotations and retry templates by Spring Retry and Spring Boot

Reference Links

EOF