Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soumyadip007/netflix-oss-eureka-discovery-client-service-using-spring-boot-rest-and-microservices
Eureka is a REST (Representational State Transfer) based service that is primarily used in the AWS cloud for locating services for the purpose of load balancing and failover of middle-tier servers. The client also has a built-in load balancer that does basic round-robin load balancing.
https://github.com/soumyadip007/netflix-oss-eureka-discovery-client-service-using-spring-boot-rest-and-microservices
client discovery eureka java maven microservices netflix-eureka rest service spring-boot spring-cloud
Last synced: 12 days ago
JSON representation
Eureka is a REST (Representational State Transfer) based service that is primarily used in the AWS cloud for locating services for the purpose of load balancing and failover of middle-tier servers. The client also has a built-in load balancer that does basic round-robin load balancing.
- Host: GitHub
- URL: https://github.com/soumyadip007/netflix-oss-eureka-discovery-client-service-using-spring-boot-rest-and-microservices
- Owner: soumyadip007
- License: apache-2.0
- Created: 2020-05-24T19:11:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T09:41:56.000Z (over 4 years ago)
- Last Synced: 2024-11-09T23:37:11.117Z (2 months ago)
- Topics: client, discovery, eureka, java, maven, microservices, netflix-eureka, rest, service, spring-boot, spring-cloud
- Language: Java
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netflix-OSS-Eureka-Discovery-Client-Service-using-Spring-Boot-Rest-and-Microservices
Service Discovery is one of the key tenets of a microservice-based architecture. ... Eureka is the Netflix Service Discovery Server and Client. The server can be configured and deployed to be highly available, with each server replicating state about the registered services to the others.