hudl / Mjolnir

Isolation and fail-fast fault tolerance library, modeled after https://github.com/Netflix/Hystrix.
Apache License 2.0
78 stars 10 forks source link

Hystrix dashboard #58

Open gsogol opened 8 years ago

gsogol commented 8 years ago

Does this actually plug into the hystrix dashboard?

robhruska commented 8 years ago

It doesn't, the library's more of an "inspired-by Hystrix" and not so much a direct port of it.

gsogol commented 8 years ago

Got you. I know there's a way to integrate into the dashboard. That would be killer.

The other important aspect is the collapser. But got you.

On Jun 27, 2016, at 11:22 AM, Rob Hruska notifications@github.com wrote:

It doesn't, the library's more of an "inspired-by Hystrix" and not so much a direct port of it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

robhruska commented 8 years ago

Yeah, Hystrix's collapser's pretty sweet. I might argue that it's out of scope for Mjolnir - I'm actually kind of interested in why Netflix didn't build that into Ribbon instead of Hystrix, since it feels more like a transport optimization and not a fast-failure concern.

gsogol commented 8 years ago

True

On Jun 27, 2016, at 11:34 AM, Rob Hruska notifications@github.com wrote:

Yeah, Hystrix's collapser's pretty sweet. I might argue that it's out of scope for Mjolnir - I'm actually kind of interested in why Netflix didn't build that into Ribbon instead of Hystrix, since it feels more like a transport optimization and not a fast-failure concern.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.