https://github.com/techprimers/spring-cloud-eureka-and-hystrix-example
Spring Cloud Eureka and Hystrix Example
https://github.com/techprimers/spring-cloud-eureka-and-hystrix-example
eureka hystrix spring-cloud spring-cloud-hystrix spring-cloud-netflix
Last synced: about 1 year ago
JSON representation
Spring Cloud Eureka and Hystrix Example
- Host: GitHub
- URL: https://github.com/techprimers/spring-cloud-eureka-and-hystrix-example
- Owner: TechPrimers
- Created: 2017-04-23T04:30:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T06:37:41.000Z (about 9 years ago)
- Last Synced: 2025-03-28T22:51:14.035Z (about 1 year ago)
- Topics: eureka, hystrix, spring-cloud, spring-cloud-hystrix, spring-cloud-netflix
- Language: Shell
- Homepage: https://youtu.be/SjU3AsSATvI
- Size: 51.8 KB
- Stars: 14
- Watchers: 3
- Forks: 39
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Cloud Eureka and Hystrix 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`).