Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.