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
使用java注册dubbo服务 服务名为:providers:org.apache.dubbo.DubboGreeterGrpc___IGreeter:: 如何修改这里? interface: org.apache.dubbo.DubboGreeterGrpc$IGreeter //这里$如果不改成___ go调用就会报错,改成一致则不会。但这里是一个内部接口,我不会去修改它。
使用go调用此服务配置如下: dubbo: registries: demoZK: protocol: nacos timeout: 3s address: 192.168.1.222:8848 consumer: references: GreeterClientImpl: protocol: grpc interface: org.apache.dubbo.DubboGreeterGrpc___IGreeter logger: zap-config: level: info
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用java注册dubbo服务
服务名为:providers:org.apache.dubbo.DubboGreeterGrpc___IGreeter:: 如何修改这里?
interface: org.apache.dubbo.DubboGreeterGrpc$IGreeter //这里$如果不改成___ go调用就会报错,改成一致则不会。但这里是一个内部接口,我不会去修改它。
使用go调用此服务配置如下:
dubbo:
registries:
demoZK:
protocol: nacos
timeout: 3s
address: 192.168.1.222:8848
consumer:
references:
GreeterClientImpl:
protocol: grpc
interface: org.apache.dubbo.DubboGreeterGrpc___IGreeter
logger:
zap-config:
level: info
The text was updated successfully, but these errors were encountered: