The Circuit Breaker Tuner is a specialized Claude Code skill designed to help developers build and maintain resilient microservices. It provides expert guidance on configuring Resilience4j, Spring Boot, and other resilience frameworks to handle slow or failing downstream services. By analyzing latency, failure rates, and recovery times, the skill recommends optimal thresholds, defines graceful fallback strategies, and configures bulkheads to prevent thread exhaustion, ensuring system stability even when dependencies are unstable.
主要功能
01State machine transition monitoring and alerting setup
02Bulkhead and concurrency limit configuration
030 GitHub stars
04Threshold tuning for failure rates and recovery timing
05Automated Resilience4j and Spring Boot configuration generation
06Graceful fallback strategy implementation patterns