BurningCN opened a new pull request, #10614: URL: https://github.com/apache/dubbo/pull/10614
## What is the purpose of the change Fix recover method of ZookeeperServiceDiscovery 1. AbstractServiceNameMapping 所需要的ApplicationModule通过构造方法注入,可以去除 `implements ScopeModelAware` 2. MappingCacheManager#update 方法和父类一致,无需重写,因此可以去掉。 3. AbstractRegistry#getCacheUrls 方法优先从notified中获取缓存的urls列表,因为直接从properties获取需要解析(split)。 4. ZookeeperRegistry#destroy 方法移除childListener监听器。 -- 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]
