eye-gu commented on issue #11130:
URL: https://github.com/apache/dubbo/issues/11130#issuecomment-4806508215

   我在 dubbo-go 里解决了这个问题,方案是「每天定时续约刷新时间戳 + 超过窗口期且无存活实例引用就删除」,issue 见 
https://github.com/apache/dubbo-go/issues/3355。
   
   Java 版要移植这套逻辑的话, Nacos 有个问题:`ListAppRevisions`(枚举某应用所有 revision)需要搜索配置的能力,而 
Nacos 2.x 的 Java client 没提供 `searchConfig` 接口,3.x 才加,还不在常用的 `ConfigService` 上, 
在`ConfigMaintainerService`中, 得绕道调 Nacos 的 HTTP (/nacos/v1/cs/configs) 接口才能拿到配置列表


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to