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 2020/11/05 07:39:48 UTC

[GitHub] [dubbo-go] mosandao removed a comment on pull request #817: Fix: Nacos remoting and config_center

mosandao removed a comment on pull request #817:
URL: https://github.com/apache/dubbo-go/pull/817#issuecomment-722199719


   > > > > Some older versions user have already used the namespaceId as the key of the configuration. This change will cause incompatibility.
   > > > 
   > > > 
   > > > Could you explain why do you change to namesapce? @mosandao
   > > 
   > > 
   > > 因为在加载配置文件的时候,加载进来的key是namesapce,而不是namesapceId,导致无法从指定命名空间读取配置文件
   > 
   > 这个key在配置文件里面可以自己修改的。 @mosandao
   
   在config_center_config.go中ConfigCenterConfig这个结构体中, Namespace [filed](https://github.com/apache/dubbo-go/blob/master/config/config_center_config.go) 所对应的解析都是 namespace,而不是namespaceId,所以进行修改


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

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