-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Hystrix Dashboard and Turbine #17
Comments
I can handle it |
Apparently, we could not use vanilla nor javanica Hystrix command together with Zuul: spring-cloud/spring-cloud-netflix#250 I am only wondering if it wouldn't be too "magical". |
* Add circuit breaker to the getVisitsForPets method * Use Collections.emptyMap() * Fallback method with private visibility * Unit test Hystrix fallback method * #17 Add a Hystrix Dashboard application * Fix hystrix-dashboard container name
@mszarlinski a part of this issue has been implemented by the PR #17 |
Bad news, we still have to replace them: #117 |
* Add circuit breaker to the getVisitsForPets method * Use Collections.emptyMap() * Fallback method with private visibility * Unit test Hystrix fallback method * spring-petclinic#17 Add a Hystrix Dashboard application * Fix hystrix-dashboard container name
We could configure Hystrix Dashboard and Turbine as described here https://github.com/spring-cloud-samples/hystrix-dashboard
The text was updated successfully, but these errors were encountered: