https://github.com/techprimers/spring-cloud-eureka-hystrix-zuul-example
Spring Cloud Eureka, Hystrix and Zuul Example
https://github.com/techprimers/spring-cloud-eureka-hystrix-zuul-example
eureka hystrix spring-cloud spring-cloud-eureka spring-cloud-hystrix spring-cloud-netflix spring-cloud-zuul zuul
Last synced: 6 months ago
JSON representation
Spring Cloud Eureka, Hystrix and Zuul Example
- Host: GitHub
- URL: https://github.com/techprimers/spring-cloud-eureka-hystrix-zuul-example
- Owner: TechPrimers
- Created: 2017-04-23T06:32:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T06:37:12.000Z (over 8 years ago)
- Last Synced: 2025-03-28T22:51:12.596Z (7 months ago)
- Topics: eureka, hystrix, spring-cloud, spring-cloud-eureka, spring-cloud-hystrix, spring-cloud-netflix, spring-cloud-zuul, zuul
- Language: Shell
- Homepage: https://youtu.be/dZ8Z5DpcdrM
- Size: 51.8 KB
- Stars: 36
- Watchers: 2
- Forks: 68
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.