Circuit Breaker Support
The Circuit Breaker feature is supported through the use of Hystrix libraries.
For more information see HTTP Client in the Shared Resources section of the Bindings and Palette Reference.
- Hystrix Dashboard Integration
- VMware Tanzu - Bind the Hystrix dashboard service to your application and use the dashboard to view the commands.
Alternatively, you can retrieve the Hystrix command stream using
http://<routable url>/hystrix.streamFor example,
http://myapp.demopcf.com:80/hystrix.stream
- Docker or Docker based platforms - You can retrieve the Hystrix command stream using the command
http://<Container IP>:8090/hystrix.streamFor example,
http://132.99.1.6:8090/hystrix.stream
- VMware Tanzu - Bind the Hystrix dashboard service to your application and use the dashboard to view the commands.