Skip to content

tanyunpeng/eureka

This branch is 3 commits behind YunaiV/eureka:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a2b05c · Oct 19, 2017
Jan 8, 2015
Sep 29, 2017
Feb 3, 2017
Oct 19, 2017
Oct 10, 2017
Oct 19, 2017
Oct 19, 2017
Sep 21, 2015
Mar 29, 2016
Oct 19, 2017
Aug 24, 2016
Sep 23, 2017
Nov 27, 2012
Jul 13, 2016
Oct 5, 2015
May 28, 2016
Jan 8, 2015
Aug 24, 2012
Dec 11, 2015
Apr 21, 2017
Sep 12, 2017
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.

Support

Eureka Google Group

Documentation

Please see wiki for detailed documentation.

About

Eureka 中文注释 + 源码解析。传送门:http://www.iocoder.cn/categories/Eureka/?github

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%