afex / hystrix-go

Netflix's Hystrix latency and fault tolerance library, for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does the project have a maintainer?

xild opened this issue · comments

I'd like to start using the project but seems that the project is not being maintained for someone else.

Does anyone has information about that or if there is a fork that people are contributing to?

You can use it, it works. We use it for our project and it does what we need, no problems have been found yet.

@tabakerov there are quite a few PRs open. Even I'd like to start using this package, hopefully @afex will check the PRs and merge/deny.

ping: @afex would be nice to have active development. I am currently evaluating some packages that can be used to implement circuit breaking pattern and this seems like one of the most promising one.

I have forked off to https://github.com/kargakis/hystrix-go, applied some useful MRs, and created a release tag for whomever wants to use an actively developed version of this project.