|
|
|
|
|
by rrmoelker
2230 days ago
|
|
While not actively developing infrastructure myself, I've always like the concept presented in the Hystrix package: https://github.com/Netflix/Hystrix Even though it seems it is no longer maintained, the circuit breakers, fail over modes and all that are well documented. And I don't know why Hystrix hasn't been adopted by a wide audience yet. It seems like a necessity in the micro service landscape. |
|