Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Port core concepts of Netflix Hystrix #15

Open
rogeralsing opened this issue Oct 30, 2015 · 4 comments
Open

Port core concepts of Netflix Hystrix #15

rogeralsing opened this issue Oct 30, 2015 · 4 comments

Comments

@rogeralsing
Copy link
Owner

Explore https://github.com/Netflix/Hystrix to see if we can port some of the core concepts for reciliency.

@madhon
Copy link
Contributor

madhon commented Oct 30, 2015

What about using Polly for part of it ?

@rogeralsing
Copy link
Owner Author

Yes, I've been watching Polly and think it might be at least part of the solution.

I do find the Polly Circuit breaker somewhat odd as it doesn't take errors over time into account, any successful call resets the breaker.
And I'd also like to see some sort of integration with the error handling and monitoring, not sure if Polly allows you to intercept everything

@madhon
Copy link
Contributor

madhon commented Oct 30, 2015

OK, there is an old port of Hystrix to .net on codeplex that could be worth checking for ideas as well

https://hystrixnet.codeplex.com/

@bhugot
Copy link

bhugot commented May 3, 2017

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants