You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/12/30 08:09:20 UTC

[GitHub] [dubbo-go] binbin0325 commented on issue #2151: nacos 配置中心加载配置启动 dubbo 报 error

binbin0325 commented on issue #2151:
URL: https://github.com/apache/dubbo-go/issues/2151#issuecomment-1367783690

   当使用了动态配置中心后,会在程序启动时从配置中心读取配置文件。 你可以关注下代码里是否有`config.NewConfigCenterConfigBuilder`相关内容。
   
   dubbo.io.configurators 是默认的Application name+固定的后缀configurators, 可以按照如下方式修改
   ``` yaml 
   dubbo:
     application:
       name: myApp ```
   
   关于配置中心相关内容的参考链接:https://cn.dubbo.apache.org/zh/docs3-v2/golang-sdk/samples/config-center-dynamic/
   


-- 
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-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org