Skip to content
/ eureka Public

AWS Service registry for resilient mid-tier load balancing and failover.

License

Notifications You must be signed in to change notification settings

Netflix/eureka

Folders and files

NameName
Last commit message
Last commit date
Jan 8, 2015
Nov 11, 2020
Oct 9, 2020
Nov 12, 2020
Aug 24, 2016
Oct 14, 2020
Sep 11, 2020
Nov 6, 2017
Sep 11, 2020
Oct 29, 2020
Oct 14, 2020
Apr 30, 2020
Nov 27, 2012
Jul 13, 2016
Oct 5, 2015
Jul 7, 2020
Jan 8, 2015
Aug 24, 2012
Dec 11, 2015
Nov 9, 2020
Oct 29, 2020
Aug 8, 2017
Jan 9, 2015
May 11, 2016
Aug 17, 2012
May 9, 2016
Jul 20, 2016

Repository files navigation

Eureka

Build Status

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

Eureka Google Group

Documentation

Please see wiki for detailed documentation.