Skip to content

tfantas/spring-cloud-eureka-hystrix-zuul-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Cloud Eureka, Hystrix and Zuul Example

Components

  • eureka-service - The Eureka service which is the Service Registry
  • hello-server - The Service which is going to give data to the Client.
  • hello-client - The Service which is going to get data from Server via the Discovery Service from the Service Registry (eureka-service).
  • zuul-service - This is the Gateway/Edge Service which is registered with Eureka and routes the requests to Client and Server using Eureka Service.

About

Spring Cloud Eureka, Hystrix and Zuul Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.1%
  • Batchfile 37.6%
  • Java 9.3%