TechPrimers / spring-cloud-gateway-example-1

Spring Cloud Gateway with Hystrix example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Architecture

URLs

  • http://localhost:8080/all - Countries Service
  • http://localhost:8080/v1/joke - Joke Service
  • http://localhost:8080/actuator/hystrix.stream - Hystrix Stream endpoint
  • http://localhost:8081/hystrix - Hystrix Dashboard

References

About

Spring Cloud Gateway with Hystrix example


Languages

Language:Java 100.0%