Alanxtl commented on code in PR #3186:
URL: https://github.com/apache/dubbo-go/pull/3186#discussion_r2761769783
##########
config_center/zookeeper/impl.go:
##########
@@ -73,7 +72,8 @@ func newZookeeperDynamicConfiguration(url *common.URL)
(*zookeeperDynamicConfigu
rootPath: "/dubbo/config",
}
logger.Infof("[Zookeeper ConfigCenter] New Zookeeper ConfigCenter with
Configuration: %+v, url = %+v", c, c.GetURL())
- if v, ok := config.GetRootConfig().ConfigCenter.Params["base64"]; ok {
+
+ if v := url.GetParam("base64", ""); v != "" {
Review Comment:
检查一下这个base64字段有没有被正确的放到url里面
--
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]