FinalT commented on code in PR #2370: URL: https://github.com/apache/dubbo-go/pull/2370#discussion_r1285059042
########## registry/servicediscovery/store/cache.go: ########## @@ -0,0 +1,133 @@ +/* Review Comment: 需要一个能够基于文件的缓存,启动时候加载,运行态动态更新,大部分LRU cache不支持这些功能,而且其变量都是私有的,无法进行扩展 ########## registry/servicediscovery/store/cache.go: ########## @@ -0,0 +1,133 @@ +/* Review Comment: 需要一个能够基于文件的缓存,启动时候加载,运行态动态更新,大部分LRU cache不支持这些功能,而且其变量都是私有的,无法进行扩展 -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org