afex/hystrix-go

A few questions...

gitmko0 opened this issue · 0 comments

Question,

  1. I'm a user of fasthttp, how do i ensure that fasthttp is able to fail gracefully etc using hystrix? can u use their default hello world example as a use case showcase / example?
  2. is embedding listening port to fasthttp 80 the way to go?
  3. i was thinking along the lines of writing golang modules and hot-reload go modules to emulate erlang. possible to have an example of this?
  4. OOM, go routine, recovery possible, use case with hystrix? example?
  5. use case, any successful codes written using hystrix?

newbie to hystrix. will look in greater detail.