Spring Cloud Gateway Example with Hystrix
This example project covers the usage of Spring Cloud Gateway along with Hystrix for circuit breaker functionality
Dependencies Used
- Spring Boot 2.1.9
- Spring Cloud Gateway
- Spring Cloud Netflix Hystrix
- Spring Cloud Netflix Hystrix Dashboard
Architecture
URLs
http://localhost:8080/all
- Countries Servicehttp://localhost:8080/v1/joke
- Joke Servicehttp://localhost:8080/actuator/hystrix.stream
- Hystrix Stream endpointhttp://localhost:8081/hystrix
- Hystrix Dashboard