heimdall icon indicating copy to clipboard operation
heimdall copied to clipboard

Hystrix no longer maintained

Open italolelis opened this issue 5 years ago • 2 comments

Hello 👋

I have a question regarding the Hystrix implementation.

As most of you probably already know Hystrix is no longer supported by Netflix and they are moving towards a more adaptive concurrency limits. They are only improving in the resilience4j.

I do understand that Hystrix is more a pattern used for resilience than a lib, but if there is no further development in improving it maybe we should rethink if it makes sense to keep using it? Is there any plans for this lib to shift to the same idea?

Let me know your thoughts.

Thanks!

italolelis avatar Oct 26 '19 22:10 italolelis

@italolelis As of now, there are no plans for moving away from Hystrix. Having said that I am open to proposals on the same.

rShetty avatar Feb 18 '20 05:02 rShetty

@rShetty there are multiple implementations of circuit breaker pattern in go:

  • https://github.com/sony/gobreaker
  • https://github.com/cep21/circuit
  • https://github.com/mercari/go-circuitbreaker
  • https://github.com/rubyist/circuitbreaker

v-byte-cpu avatar Dec 31 '20 19:12 v-byte-cpu