xiaoxiongtian / eureka

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eureka

个人博客

http://www.iocoder.cn


🙂🙂🙂关注**微信公众号:【芋艿的后端小屋】**有福利:

  1. RocketMQ / MyCAT / Sharding-JDBC 所有源码分析文章列表
  2. RocketMQ / MyCAT / Sharding-JDBC 中文注释源码 GitHub 地址
  3. 您对于源码的疑问每条留言将得到认真回复。甚至不知道如何读源码也可以请教噢
  4. 新的源码解析文章实时收到通知。每周更新一篇左右

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

License:Apache License 2.0


Languages

Language:Java 99.8%Language:Shell 0.1%Language:CSS 0.1%