From Paris to Berlin: How to Create 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 r...