How to Have a Fallback on Errors Calling Downstream Services in Spring Boot Webflux
The source code for this post is available on Github.
Things break. When you start adding more and more microservices, things will break a lot more. This post is about how to provide a degraded experience to your users when things break.