Skip to content

Sample for Zuul usage with integrated BFF Pattern Controller

Notifications You must be signed in to change notification settings

michl-b/spring-boot-zuul-bff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample for Zuul usage with integrated BFF Pattern Controller

eureka

Netfilx Eureka Discovery Server

zuul

Netfilx Zuul Proxy Server

product

Spring Boot RESTful service for a simple sample

  • gives a simple Product object as JSON

customer

Spring Boot RESTful service for a simple sample

  • gives a simple Customer object as JSON

Check Results

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

About

Sample for Zuul usage with integrated BFF Pattern Controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published