caijixmx commented on issue #8565:
URL: https://github.com/apache/dubbo/issues/8565#issuecomment-905219516
> 需要提供一个可以复现的示例,或者具体描述下如何配置的
在application.properties文件中配置了dubbo.registry.default=true
然后debug启动到解析完配置属性后,发现其他配置的字段均有值,但就这个配置的 isDefault属性是null;
我想验证的是DubboBootstrap类中的
useRegistryAsMetadataCenterIfNecessary 方法中的:
List<RegistryConfig> defaultRegistries =
configManager.getDefaultRegistries();
这一行,我获取到的RegistryConfig的属性中 “isDefault” 是null
--
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]