-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
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,eureka下线,nacos不下线 #124
Comments
谢谢,这确实是一个问题,我马上修复下 |
paderlol
added a commit
to paderlol/nacos-sync
that referenced
this issue
Dec 27, 2019
paderlol
added a commit
that referenced
this issue
Dec 27, 2019
Fix Nacos instance don't remove when Eureka sync to Nacos #124
已经修复掉了,等下会发一个小版本上去. |
在不能修改eureka-server的情况下,我这边加了个定时器去扫描task表,判断是否还在Eureka中,不过不在的话就调用nacosSync 下线 按钮的http请求。这样也能做到nacos对eureka的同步 |
可以使用新的版本,我已经修复了 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Eureka同步到nacos时,当某个服务下线,Eureka上已找不到这个服务信息。但是在nacos界面上还能看到。查看access_log仍然有心跳服务请求。
The text was updated successfully, but these errors were encountered: