Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Added comment about fallback support
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter authored Oct 27, 2016
1 parent 9839118 commit ae5ce9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ sample.
You should then be able to view json content from
`http://localhost:8765/stores` and `http://localhost:8765/customers` which are
configured in `application.yml` as proxy routes.

## Hystrix Fallback Support
This sample also includes an example of how to configure Hystrix fallbacks for routes in Zuul.
If you hit `http://localhost:8765/self/timeout` you can see the fallback functionality in action.

0 comments on commit ae5ce9a

Please sign in to comment.