BurningCN edited a comment on issue #9660:
URL: https://github.com/apache/dubbo/issues/9660#issuecomment-1033699059


   @[fsx379](https://github.com/fsx379)
   
   
不需要实现一个properties类,比如说可以用一个新的临时的properties对象,将AbstractRegistry的原有properties的数据读出来写到这个临时的properties中。(就像下面代码将原有`cache`的数据写到新的`properties`一样)
   
   `MetaCacheManager#CacheRefreshTask#run` 3.0分支的代码 如下
   
https://github.com/apache/dubbo/blob/adea101f93555101a5a0eaec6951c055bfe1ede8/dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/metadata/store/MetaCacheManager.java#L153-L167


-- 
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