Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 480 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 480 Bytes

Spring Cloud Zuul, Eureka Client and Feign

Zuul Proxy

Zuul is like a the front door to the service instances, all requests flows through zuul and then goes on to the service Zuul can be used as authentication, monitoring, routing, filtering and load balancing etc

Eureka Client

Eureka Client is the actual Java client application

Feign Client

Feign Client gives you declarative way to make rest webservice call. It is much easier to use in the spring cloud environment