From Paris to Berlin — Creating Circuit-Breakers in Kotlin
Jan 8, 2025 · 21 min read · 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, ...
Join discussion