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
- Host: GitHub
- URL: https://github.com/santik/netflix
- Owner: santik
- Created: 2020-06-28T14:52:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T19:03:09.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T01:09:56.066Z (4 months ago)
- Topics: eureka, eureka-client, eureka-discovery-service, eureka-server, eureka-service-discovery, spring-boot, spring-cloud, spring-cloud-netflix, zuul, zuul-api-gateway, zuul-proxy
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.