- Notifications
You must be signed in to change notification settings - Fork3.8k
AWS Service registry for resilient mid-tier load balancing and failover.
License
Netflix/eureka
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Eureka is a RESTful (Representational State Transfer) service that is primarily used in the AWS cloud for the purpose ofdiscovery, load balancing and failover of middle-tier servers. It plays a critical role in Netflix mid-tier infra.
The build requiresjava8
because of some required libraries that arejava8
(servo
), but the source and targetcompatibility are still set to1.7
. Note that tags should be checked out to perform a build.
For any non-trivial change (or a large LoC-wise change), please open an issue first to make sure there's alignment onthe scope, the approach, and the viability.
Community-driven mostly, feel free to open an issue with your question, the maintainers are looking over theseperiodically. Issues with the most minimal repro possible have the highest chance of being answered.
Please seewiki for detailed documentation.
About
AWS Service registry for resilient mid-tier load balancing and failover.