Resilience4j Patterns for Java Microservices
How to combine timeouts, retries, circuit breakers, bulkheads, and rate limiters in Java services without creating retry storms.
Amit Kumar Singh2 min read
Everything tagged java, newest first.
How to combine timeouts, retries, circuit breakers, bulkheads, and rate limiters in Java services without creating retry storms.
How Java 25, SnapStart, CRaC runtime hooks, and startup tuning affect serverless Java APIs on AWS Lambda.
How to plan a Spring Boot 4 upgrade with Java compatibility, Spring Framework 7 changes, null safety, API versioning, and observability checks.
What Java 25 changes for backend teams, including virtual-thread maturity, scoped values, structured concurrency previews, and service upgrades.
How to use Java virtual threads in backend APIs without overloading databases, pools, or downstream services.