深入理解Eureka Server集群同步(十)
集群启动同步protected void initEurekaServerContext() throws Exception {// ....省略N多代码// 同步信息int registryCount = this.registry.syncUp();// ....省略N多代码} void initEurekaServerContext() ...
·
集群启动同步protected void initEurekaServerContext() throws Exception {// ....省略N多代码// 同步信息int registryCount = this.registry.syncUp();// ....省略N多代码} void initEurekaServerContext() ...
所有评论(0)