SoftwareKing / softwareking.github.io

个人网站编译之后的静态文件:https://xujin.org
https://xujin.org/
2 stars 1 forks source link

如何平滑将注册中心从Eureka迁移到Nacos? · 玹霖志 #48

Open SoftwareKing opened 4 years ago

SoftwareKing commented 4 years ago

https://xujin.org/blog/eureka-sync-nacos/

玹霖志,许进沉思录,许进|Spring Cloud,中间件,基础架构,www.xujin.org,xujin.org,-许进沉思录,Venus+,云首科技有限公司,云计算,大数据,物联网,Software_king的博客,云计算Saas,云计算Paas,云计算Iaas Hadoop,大数据,JavaEE,Java,物联网,Hadoop, NoSQL,MongoDB,Spring, Hibernate,Struts2,

forest1989 commented 4 years ago

您好,spring-cloud-nacos-eureka-proxy-example还有源码吗?

SoftwareKing commented 4 years ago

@forest1989 https://github.com/inacos/spring-cloud-nacos

forest1989 commented 4 years ago

@SoftwareKing @forest1989 https://github.com/inacos/spring-cloud-nacos 非常感谢,Thanks♪(・ω・)ノ

longingh commented 2 years ago

老哥,项目中正巧要把EUREKA升到NACOS,在测试环境调试时发现个问题,请教下 问题描述:把NACOS服务信息同步到EUREKA的环节,只能把NACOS里的服务信息同步到扩展出来的这台EUREKA上,原有的EUREKA集群里不会出现NACOS的服务信息。如果只是这样的话,两个集群下的服务还是不能互相调用啊? 继续跟踪:debug后发现调用registert和renew时isReplication你传的都是true,我尝试下改成false就能同步到集群的其他机器上了。我没想明白原来的设计初衷,上来请教下。