标签: Nacos

1 个内容

动态(1)

E
Elliot Yang
公开

https://github.com/nacos-group/nacos-sdk-go/issues/316#issuecomment-1807895963

docker 启动的 nacos 使用 go nacos sdk 调用 GetConfig 报错解决。

read config from both server and cache fail, err=read cache file Config Encrypted Data Key failed. cause file doesn't exist

解决办法:把 8848,9848,9849 三个端口打开。

go
1client.GetConfig(vo.ConfigParam{
2		DataId: dataID,
3		Group:  group,
4	})
浏览:280点赞:0