Skip to content

ftgo/spring-boot-microservices-workshop

 
 

Repository files navigation

Eureka server

Hystrix dashboard

  • http://localhost:8081/hystrix
    • Search: http://localhost:8081/actuator/hystrix.stream
    • Make requests to the Catalog (with and without depending on services)

Http Requests

### GET /catalog/foo

GET http://localhost:8081/catalog/foo


### GET /ratingsdata/user/foo

GET http://localhost:8083/ratingsdata/user/foo


### GET /ratingsdata/movies/100
GET http://localhost:8083/ratingsdata/movies/100


### GET /movies/100

GET http://localhost:8082/movies/100

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%