-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
启动nacos服务发现,总是报context deadline exceeded, make sure rpc service is already started #277
Comments
rpc dial: nacos://xxxxx:8848/rpc?namespaceid=common&timeout=2000s&app=robot&dir=logs&cache=logs, error: context deadline exceeded, make sure rpc service "rpc?namespaceid=common&timeout=2000s&app=robot&dir=logs&cache=logs" is already started |
@bain2018 how do you solve the problem? |
你们这个没有考虑到 nacos AccessKey, accessSerect 的情况,我搞了个分支 https://github.com/alanjiang/go-zero-rpc-nacos 正在调试 |
You guys have not considered the situation of nacos AccessKey and accessSerect. I made a branch https://github.com/alanjiang/go-zero-rpc-nacos and am debugging it. |
我也在看这个问题 |
I'm looking at this issue too |
rpc dial: nacos://xxxxx:8848/rpc?namespaceid=common&timeout=2000s&app=robot&dir=logs&cache=logs,
error: context deadline exceeded, make sure rpc service "rpc?namespaceid=common&timeout=2000s&app=robot&dir=logs&cache=logs" is already started
The text was updated successfully, but these errors were encountered: