God, updating a small registry is so complicated? [hand torn eureka source code NO.2]

Through the previous study, we know that Eureka client actively reports its communication address to Eureka server. This process is completed by calling the service registration interface. Now Eureka server can get the communication addresses of all Eureka clients, but how does Eureka client get the communication addresses of other Eureka clie ...

Added by xexmple on Wed, 17 Nov 2021 07:14:46 +0200

In spring boot yaml format, the eureka client configures the default zone and reports an error

This article is an original article of Joshua 317. Please note: reprinted from Joshua 317 blog In spring boot yaml format, the eureka client configures the default zone and reports errors - Joshua 317's blog 1, Question When configuring eureka client, set the simple configuration of eureka client as follows: server: port: 8081 error: ...

Added by JonathanS on Wed, 29 Sep 2021 21:55:58 +0300