We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
conn, err := grpc.DialContext(ctx, "discovery://default/goim.logic", 以上这段建立logic的 grpc 链接,为啥 discovery://default/goim.logic 不是一个标准的tcp地址 却可以直接dial 很困惑
The text was updated successfully, but these errors were encountered:
主要是查看grpc自定义域名解析。此项目中起作用的代码是 dis := naming.New(conf.Conf.Discovery) resolver.Register(dis)
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: