Skip to main content
Back to the directory
giuseppe-trisciuoglio/developer-kitSoftware EngineeringFrontend and Design

spring-boot-resilience4j

Fault tolerance and resilience patterns for Spring Boot microservices using Resilience4j.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
713

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill spring-boot-resilience4j
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, spring-boot-resilience4j has 713 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: giuseppe-trisciuoglio/developer-kit. Canonical URL: https://skills.sh/giuseppe-trisciuoglio/developer-kit/spring-boot-resilience4j.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Fault tolerance and resilience patterns for Spring Boot microservices using Resilience4j. Provides Resilience4j patterns (circuit breaker, retry, rate limiter, bulkhead, time limiter, fallback) for Spring Boot 3.x fault tolerance with configuration and testing workflows. Add Resilience4j dependencies to your project. For Maven, add to pom.xml : For Gradle, add to build.gradle : Enable AOP annotation processing with @EnableAspectJAutoProxy (auto-configured by Spring Boot). Apply @CircuitBreaker annotation to methods calling external services: Configure in application.yml : See @references/configuration-reference.md for complete circuit breaker configuration options. Apply @Retry annotation for transient failure recovery: Configure retry in application.yml : See @references/configuration-reference.md for retry exception configuration. Apply @RateLimiter to control request rates: Configure in application.yml : Apply @Bulkhead to isolate resources. Use type = SEMAPHORE for synchronous methods: Use type = THREADPOOL for async/CompletableFuture methods: Configure in application.yml : Apply @TimeLimiter to async methods to enforce timeout boundaries: Configure in application.yml : Stack multiple patterns on a single method for comprehensive fault tolerance: Execution order: Retry → CircuitBreaker → RateLimiter → Bulkhead → Method All patterns should reference the same named...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does spring-boot-resilience4j do?

Fault tolerance and resilience patterns for Spring Boot microservices using Resilience4j.

Is spring-boot-resilience4j good?

spring-boot-resilience4j does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support spring-boot-resilience4j?

spring-boot-resilience4j currently lists compatibility with Skills CLI.

Is spring-boot-resilience4j safe to install?

spring-boot-resilience4j has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to spring-boot-resilience4j?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install spring-boot-resilience4j?

Run the following command to install spring-boot-resilience4j: npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill spring-boot-resilience4j

Related skills

More from giuseppe-trisciuoglio/developer-kit

Related skills

Alternatives in Software Engineering