We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
老哥,项目中正巧要把EUREKA升到NACOS,在测试环境调试时发现个问题,请教下 问题描述:把NACOS服务信息同步到EUREKA的环节,只能把NACOS里的服务信息同步到扩展出来的这台EUREKA上,原有的EUREKA集群里不会出现NACOS的服务信息。如果只是这样的话,两个集群下的服务还是不能互相调用啊? 继续跟踪:debug后发现调用registert和renew时isReplication你传的都是true,我尝试下改成false就能同步到集群的其他机器上了。我没想明白原来的设计初衷,上来请教下。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
老哥,项目中正巧要把EUREKA升到NACOS,在测试环境调试时发现个问题,请教下
问题描述:把NACOS服务信息同步到EUREKA的环节,只能把NACOS里的服务信息同步到扩展出来的这台EUREKA上,原有的EUREKA集群里不会出现NACOS的服务信息。如果只是这样的话,两个集群下的服务还是不能互相调用啊?
继续跟踪:debug后发现调用registert和renew时isReplication你传的都是true,我尝试下改成false就能同步到集群的其他机器上了。我没想明白原来的设计初衷,上来请教下。
The text was updated successfully, but these errors were encountered: