Eureka alternatives and similar libraries
Based on the "Microservice" category.
Alternatively, view Eureka alternatives based on common mentions on social networks and blogs.
-
consul-api
Client for the Consul API a distributed, highly available and datacenter-aware registry/discovery service. -
restQL-core
Microservice query language that fetches information from multiple services. -
rapidpm-microservice
A base implementation for a microservice
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Eureka or a related project?
README
Eureka
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.
At Netflix, Eureka is used for the following purposes apart from playing a critical part in mid-tier load balancing.
For aiding Netflix Asgard - an open source service which makes cloud deployments easier, in
- Fast rollback of versions in case of problems avoiding the re-launch of 100's of instances which could take a long time.
- In rolling pushes, for avoiding propagation of a new version to all instances in case of problems.
For our cassandra deployments to take instances out of traffic for maintenance.
For our memcached caching services to identify the list of nodes in the ring.
For carrying other additional application specific metadata about services for various other reasons.
Building
The build requires java8
because of some required libraries that are java8
(servo
), but the source and target compatibility are still set to 1.7
.
Note that tags should be checked out to perform a build.
Support
Documentation
Please see wiki for detailed documentation.