Enforcing Resilience in a Spring Boot App using Resilience4J
An important property of modern web apps is Resilience. In simple words, resilience is the ability of a system’s feature to fail gracefully without impacting the entire system. In the case of web apps, we want to make sure that the entire system will not be down if a remote service (a database, API Server)…
Read More Enforcing Resilience in a Spring Boot App using Resilience4J