Silocean commented on issue #11789: URL: https://github.com/apache/dubbo/issues/11789#issuecomment-1467210803
补充一下provider的报警信息: ``` 2023-03-14T01:21:19.436Z | INFO: [DUBBO] No value is configured in the registry, the DynamicConfigurationFactory extension[name : xds] does not support as the config center, dubbo version: 1.0-SNAPSHOT, current host: 10.244.0.139 2023-03-14T01:21:19.436Z | Mar 14, 2023 1:21:19 AM org.apache.dubbo.config.deploy.DefaultApplicationDeployer info 2023-03-14T01:21:19.436Z | INFO: [DUBBO] The registry[<dubbo:registry address="xds://istiod.istio-system.svc:15012" protocol="xds" port="15012" />] will be not used as the config center, dubbo version: 1.0-SNAPSHOT, current host: 10.244.0.139 2023-03-14T01:21:19.638Z | Mar 14, 2023 1:21:19 AM org.apache.dubbo.config.context.ConfigManager info ``` 下面是我的dubbo配置: ``` dubbo.application.name=dubbo-samples-xds-provider dubbo.application.metadataServicePort=20885 dubbo.application.metadataServiceProtocol=dubbo dubbo.registry.address=xds://istiod.istio-system.svc:15012 dubbo.protocol.name=tri dubbo.protocol.port=50051 dubbo.application.qosEnable=true dubbo.application.qosAcceptForeignIp=true ``` 看起来像是dubbo并没有把istio控制面识别为注册中心,我的配置哪里有问题吗? -- 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]
