Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are using onFallback then that is intended to be local processing only where you can do a message transformation or call a bean or something as the fallback. If you need to call an external service over the network then you should use onFallbackVisNetwork that processes that wraps that processing onFallbackViaNetwork that runs in another indepedent HystrixCommand that runs in uses its own thread pool to not saturn exhaust the first command using in the Hystrix EIP.

Configuring Hystrix Example

...