Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 886 Bytes

File metadata and controls

32 lines (19 loc) · 886 Bytes

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