Has anyone used resilience4j with a kotlin project before? Looking to use it as a circuit breaker for all communication with external services. Mostly just want to know if you felt it was a reliable tool and easy to work with or if there was some alternative that you found to be better.
https://github.com/resilience4j/resilience4j
d
Dariusz Kuc
04/25/2019, 2:28 AM
it works fine for us, its also recommend by hystrix folks as well
d
dave
04/25/2019, 2:31 AM
Yep - works well and the API is sane. So much so that we built an entire module around slotting it into http4k š