[Source learn together - Micro Services] Source thirteen Nexflix Eureka: Eureka source article interpretation of the end Sahua ~!

Foreword

I wanted to say

[Source learn together - Micro-Box service -Netflix Eureka] here has been all over.

Tell the truth, from the very beginning Eureka Server and Eureka Client initialization process or look boring force, and now Eureka various operations are clear in the mind.

I started writing this column from 12.17 until 12.30 today (the article is in the platform delayed release), nearly half the time it does a lot of harvest. Every day to maintain a certain time to learn, as long as willing to work hard, no not learn something.

2020 will continue to maintain the rhythm of learning, set their own goals is to spring cloud several important components are learning again, and then a few common components of a distributed architecture, such as distributed transactions, distributed lock, Netty and so on.

Wish I could stick to it, it is not difficult to give up, but insist cool.

Explanation

The original is not easy, should the reprint please indicate the source!

Blog address: flower count romantic
micro-channel public number: One branch count romantic flowers

to sum up

First look at the overall architecture of Eureka map:
13_Eureka overall architecture design .png

Summary of mind mapping:

Mind Mapping .png

Eureka Rest operation:
More to view: https://github.com/Netflix/eureka/wiki/Eureka-REST-operations

image.png

Appendix few of the spring cloud netflix eureka better analysis blog:

Spring Cloud Eureka source code analysis --- Service Registration
Spring Cloud Eureka source code analysis --- client registration process
Spring Cloud Eureka Detailed profiles

[Source learn together - Micro Services -Netflix Eureka article link]

  1. [Source learn together - a micro] service Netflix Eureka Source: Netflix Preliminary Eureka source, why do we have to read the source code?
  2. [Source learn together - Micro Services] Nexflix Eureka source two: EurekaServer start of the configuration file to load and interfaces for configuration items read
  3. [Source learn together - Micro Services] Nexflix Eureka source three: EurekaServer start of EurekaServer create a context EurekaClient
  4. [Source learn together - Micro Services] Nexflix Eureka Source four: EurekaServer start of construction and completion of the context EurekaServer summary
  5. [Source learn together - Micro Services] Nexflix Eureka Source five: EurekaClient start what difficulties and obstacles to go through?
  6. [Source learn together - Micro Services] Nexflix Eureka source VI: in dazzling code, EurekaClient is how to register?
  7. [Source learn together - Micro Services] Source Nexflix Eureka Seven: the registration process to Debug Eureka unit test
  8. [Source learn together - Micro Services] Nexflix Eureka Source eight: EurekaClient registry crawl exquisite design and analysis!
  9. [Source learn together - Micro Services] Nexflix Eureka Source Nine: Service Renewal source code analysis
  10. [Source learn together - Micro Services] Nexflix Eureka source X: service offline and removed instance, a client off the assembly line in the end how long it will be perceived by other examples?
  11. [Source learn together - Micro Services] Nexflix Eureka source eleven: EurekaServer self-protection mechanism yet there are so many Bug?
  12. [Source learn together - Micro Services] Nexflix Eureka Source twelve: EurekaServer cluster model source code analysis

Declare

This article starting from my blog: https://www.cnblogs.com/wang-meng and public numbers: One ramiflorous be considered romantic , should reprint please indicate the source!

Interested partner may be concerned about the small number of individual public: One branch count romantic flowers

22.jpg

Guess you like

Origin www.cnblogs.com/wang-meng/p/12147889.html