nacos版本:v2 nacos-sdk-go版本:v2 背景:使用nacos-sdk-go来获取配置,发现一直在找缓存目录的文件,但使用openapi可以获取到配置 报错信息 client not connected, current status:STARTING 提示客户端连接失败??? 1999-07-03T17:28:05.561+0800ERROR config_client/config_client.go:208getconfigfrom servererror:cli...
Issue Description Type: bug report or feature request version: v2.2.1 bug file: github.com/nacos-group/nacos-sdk-go/v2/clients/config_client func name: getConfigInner bug: v2.2.1 this err shloud be cacheErr, err is always !=nil func (cli...
// "strings" "github.com/nacos-group/nacos-sdk-go/v2/clients" "github.com/nacos-group/nacos-sdk-go/v2/common/constant" "github.com/nacos-group/nacos-sdk-go/v2/vo" // "github.com/nacos-group/nacos-sdk-go/clients" // "github.com/nacos-group/nacos-sdk-go/common/constant" // "githu...
github.com/nacos-group/nacos-sdk-go/v2 v2.2.6 What version of nacos-sever are you using? 2.3.2 What version of Go are you using (go version)? 1.22 What operating system (Linux, Windows, …) and version? linux 配置不管用 nacos-sdk-go/v2 换成v2.2.5,就管用了,2.2.6有BUG,希望能核...
请教个问题 https://github.com/nacos-group/nacos-sdk-go/issues/670 nacos go 语言 sdk,为啥登录 nacos 发送错误时 会忽略错误? https://github.com/nacos-group/nacos-sdk-go/v2@v2.2.3/common/nacos_server/nacos_server.go展开 嘟嘟嘟嘟嘟嘟 2023-10-31 20:41:08 73 发布于天津 分享 版权 举报 ...
[bug fix] fix up encryption logger level to debug mod by @robynron in https://github.com/nacos-group/nacos-sdk-go/pull/688 Add Request-Module header when requesting endpoint by @AlbumenJ in https://github.com/nacos-group/nacos-sdk-go/pull/685 [bug fix] fix up encryption logger: ...
update get cache config log print by @binbin0325 in https://github.com/nacos-group/nacos-sdk-go/pull/594 fixed memory usage problem caused by maxInt chan by @binbin0325 in https://github.com/nacos-group/nacos-sdk-go/pull/596 调整[INFO] logDir cacheDir 日志输出 by @Cotch22 in ht...
Nacos-sdk-go for Go client allows you to access Nacos service,it supports service discovery and dynamic configuration.RequirementsSupported Go version over 1.15Supported Nacos version over 2.xInstallationUse go get to install SDK:$ go get -u github.com/nacos-group/nacos-sdk-go/v2...
$ go get -u github.com/nacos-group/nacos-sdk-go/v2 Quick Examples ClientConfig constant.ClientConfig{TimeoutMsuint64// timeout for requesting Nacos server, default value is 10000msNamespaceIdstring// the namespaceId of NacosEndpointstring// the endpoint for ACM. https://help.aliyun.com/docume...
/go/pkg/mod/github.com/nacos-group/nacos-sdk-go/v2@v2.2.1/common/remote/rpc/grpc_client.go:260 +0x204 github.com/nacos-group/nacos-sdk-go/v2/common/remote/rpc.(*GrpcClient).bindBiRequestStream.func1() /go/pkg/mod/github.com/nacos-group/nacos-sdk-go/v2@v2.2.1/common/remote/rpc/...