Skip to content

wzq1022/eureka-fork

This branch is up to date with Netflix/eureka:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 17, 2021
Jan 8, 2015
Jan 6, 2024
Jan 6, 2024
Jan 6, 2024
Aug 24, 2016
Jan 28, 2024
Sep 11, 2020
Nov 6, 2017
Jan 19, 2024
Jan 19, 2024
Jan 6, 2024
Mar 3, 2021
Nov 27, 2012
Mar 3, 2021
Oct 5, 2015
Jan 8, 2015
Aug 24, 2012
Dec 11, 2015
Oct 20, 2021
Jan 19, 2024
Nov 16, 2021
May 11, 2016
Aug 17, 2012
Jul 20, 2016

Repository files navigation

Eureka

build

Eureka is a RESTful (Representational State Transfer) service that is primarily used in the AWS cloud for the purpose of discovery, load balancing and failover of middle-tier servers. It plays a critical role in Netflix mid-tier infra.

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.

Contributing

For any non-trivial change (or a large LoC-wise change), please open an issue first to make sure there's alignment on the scope, the approach, and the viability.

Support

Community-driven mostly, feel free to open an issue with your question, the maintainers are looking over these periodically. Issues with the most minimal repro possible have the highest chance of being answered.

Documentation

Please see wiki for detailed documentation.

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Other 0.1%