hengboy / spring-cloud-chapter

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

SpringCloud下使用Eureka高可用集群部署 - 程序员 - 恒宇少年 | SpringBoot | SpringCloud | Java - 个人博客 #149

Open hengboy opened 4 years ago

hengboy commented 4 years ago

http://blog.yuqiyu.com/eureka-cluster-high.html

我们在之前的章节搭建Eureka服务注册中心学习到了单个服务注册中心的创建,不过单模式的部署方式在实战中确实不太提倡,因为有很多种原因可能会导致服务注册中心宕机,如果宕机就会有一些灾难性的问题出现,所以保证服务注册中心处于活着运行状态显得尤为重要!!!