We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated How it Works (markdown)
incorporating change to section on timeouts/interruptedException (from @jack-kerouac)
added note about best-effort InterruptedExceptions
clarify results of fallback failure for various command invocation paths
Clarify what happens if you don't implement a fallback
correcting javadoc links
+ more on new timeout behavior
timeout now on both threaded and unthreaded commands
+ Hystrix return flow diagram
make the rest of the page more HOC-aware & consistent in formatting
rearrange TOC; fix formatting
Rewrite of Flow Chart section to reflect new HystrixObservableCommand and that Observables now underlie everything
new diagram; renumber sections accordingly... rewrite of sections forthcoming
note that queue() relies on toObservable().toBlocking().toFuture()
clarification: "HALF-OPEN" state
+ circuit-breaker logic
+TOC
typo
active voice, mostly; also de-Netflixizing a bit
Markdown was wrong when linking to a method in javadoc.
Add comment discussed at https://github.com/Netflix/Hystrix/issues/154