From Paris to Berlin — Creating Circuit-Breakers in Kotlin
1. Introduction
Circuit-breakers are used nowadays to avoid an excessive amount of requests being done to one or another non-responsive service. When for example a service shuts down, for whatever reason, a circuit-breaker should as its name states, ...
jesperancinha.hashnode.dev21 min read