Hystrix is in maintenance mode - README says Netflix is moving towards e.g. <a href="https://github.com/resilience4j/resilience4j" rel="nofollow">https://github.com/resilience4j/resilience4j</a><p>> Netflix Hystrix is now officially in maintenance mode, with the following expectations to the greater community: Netflix will no longer actively review issues, merge pull-requests, and release new versions of Hystrix.
These microservice design patterns bring back horrible memories of the design overarchitecture that was in vogue back in the J2EE years, where you basically need patterns to deal with the issues your new patterns bring up.<p>Of course in practice most reasonable people choose to deal with these things by dealing with complex failures in the most simple way, but the proliferation of these "solutions" IMO bring in more trouble than it could be possibly worth.