Repository: camel Updated Branches: refs/heads/master dc346d345 -> 62b7dfb1c
Update readme Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/62b7dfb1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/62b7dfb1 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/62b7dfb1 Branch: refs/heads/master Commit: 62b7dfb1c8f1a4cc1841f2b49b6880b2c5b78f37 Parents: dc346d3 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Apr 21 14:43:00 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Apr 21 14:43:00 2016 +0200 ---------------------------------------------------------------------- examples/camel-example-hystrix/README.md | 8 +++++++- .../images/hystrix-web-console.png | Bin 0 -> 50646 bytes 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/62b7dfb1/examples/camel-example-hystrix/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-hystrix/README.md b/examples/camel-example-hystrix/README.md index 19ccb83..2f1c609 100644 --- a/examples/camel-example-hystrix/README.md +++ b/examples/camel-example-hystrix/README.md @@ -55,8 +55,14 @@ You can then stop service1 and see that the client should fallback to service2 i You should be able to visualize the state of the Hystrix Circuit Breaker in the Hystrix Web Console. -TODO: How to run this console +You can find instructions at Hystrix how to build and run the web console: https://github.com/Netflix/Hystrix/wiki/Dashboard +For example using gradle, you can then access the web console locally at: `http://localhost:7979/hystrix-dashboard`. + +The stream is accessinble from the client at: `http://localhost:8080/hystrix.stream` which you can add as stream +to the web console and then you should see the circuit breakers. + + ### Forum, Help, etc http://git-wip-us.apache.org/repos/asf/camel/blob/62b7dfb1/examples/camel-example-hystrix/images/hystrix-web-console.png ---------------------------------------------------------------------- diff --git a/examples/camel-example-hystrix/images/hystrix-web-console.png b/examples/camel-example-hystrix/images/hystrix-web-console.png new file mode 100644 index 0000000..25fcb4a Binary files /dev/null and b/examples/camel-example-hystrix/images/hystrix-web-console.png differ