Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ExampleDriven/spring-cloud-hystrix-example

Repository files navigation

Build Status

spring-cloud-hystrix-example

Spring Cloud Hystrix example

This is the source code for the blog post

https://exampledriven.wordpress.com/2016/07/05/spring-cloud-hystrix-example/

This example covers the following :

Feature Test URL
Hystrix circuit breaker, fallback using @HystrixCommand http://localhost:8080/customer-fallback/2
Hystrix request collapser using @HystrixCollapser URL1: http://localhost:8080/customer-collapser/1 URL2: http://localhost:8080/customer-collapser/2
Hystrix stream http://localhost:8080/hystrix.stream
Hystrix dashboard [http://localhost:8081/hystrix/monitor?stream=http://localhost:8082/turbine.stream http://localhost:8081/hystrix/monitor?stream=http%3A%2F%2Flocalhost%3A8080%2Fhystrix.stream](http://localhost:8081/hystrix/monitor?stream=http://localhost:8082/turbine.stream http://localhost:8081/hystrix/monitor?stream=http%3A%2F%2Flocalhost%3A8080%2Fhystrix.stream)
Turbine stream http://localhost:8082/turbine.stream
Cache URL1: http://localhost:8080/customer-cache/2?name=Peter URL2: http://localhost:8080/customer-cache/2?name=Peter2

About

Spring Cloud Hystrix example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /