AI AGENT ADDONS

Spring Boot Resilience4j

giuseppe-trisciuoglio/developer-kit
Backend & APIs
1,325installs

When building Spring Boot applications, services can fail unexpectedly. This skill helps you protect your app from those failures. It uses Resilience4j to add fault tolerance patterns like circuit breakers, retry logic, and rate limiters. These patterns stop one failing service from breaking your whole system.

You can also add bulkheads and time limiters to control resource use. The skill includes a fallback method so your app keeps working even when things go wrong. It even checks your setup with Actuator endpoints to make sure everything is correct.

This is perfect for developers who need to make their Spring Boot 3.x services more reliable. It helps you handle temporary failures and prevent crashes from spreading across your system.

Add Spring Boot Resilience4j skill to your workflow

Global

mkdir -p ~/.claude/skills/spring-boot-resilience4j

Project

mkdir -p .claude/skills/spring-boot-resilience4j

Source Repository

Stars
293
Forks
33
Watchers
293
License
MIT
Last Push
29 days ago
Created
9 months ago