An open API service indexing awesome lists of open source software.

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

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`).