João Esperancinhajesperancinha.hashnode.dev·Jan 8, 2025From Paris to Berlin — Creating Circuit-Breakers in Kotlin1. 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, ...kystrix