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

https://github.com/santik/netflix

Combination of eureka server and clients
https://github.com/santik/netflix

eureka eureka-client eureka-discovery-service eureka-server eureka-service-discovery spring-boot spring-cloud spring-cloud-netflix zuul zuul-api-gateway zuul-proxy

Last synced: 3 months ago
JSON representation

Combination of eureka server and clients

Awesome Lists containing this project

README

        

### Combination of applications to demonstrate work with Netflix Eureka+Zuul with Spring Cloud

Repository contains 4 application:
- Eureka server
- Zuul server
- 1st Eureka client which registers itself on the server
- 2nd client which registers itself in the server and calls the 1st client by name from the registry.