Spring Cloud Enterprise Core Technology, Corresponding to the Special Subject Source of the Brief Book "Spring Cloud Core Technology"
14
stars
6
forks
source link
Eureka服务注册中心内置的REST节点列表 - 程序员 - 恒宇少年 | SpringBoot | SpringCloud | Java - 个人博客 #158
Open
hengboy opened 4 years ago
http://blog.yuqiyu.com/eureka-rest.html
你有没有考虑过Eureka Client与Eureka Server是通过什么方式进行通讯的?为什么Client启动成功后Server就会被注册到Server的服务列表内?为什么我们在正常关闭Client后Server会有所感知? 既然这么多问题,带着这些问题来进行本章的学习吧。