Netfilx Eureka Discovery Server
Netfilx Zuul Proxy Server
Spring Boot RESTful service for a simple sample
- gives a simple Product object as JSON
Spring Boot RESTful service for a simple sample
- gives a simple Customer object as JSON
http://localhost:8071/ Eureka Server
http://localhost:8081/mappings Zuul Server mappings
http://localhost:8082/api/product/detail Product Service direct - detail
http://localhost:8081/product/api/product/detail Product Service via Zuul - detail
http://localhost:8083/api/customer/info Customer Service direct - info
http://localhost:8081/customer/api/customer/info Customer Service via Zuul - info
http://localhost:8081/bff/product/detail Call Zuul for aggregated info