gakkiyomi opened a new issue #9610: URL: https://github.com/apache/dubbo/issues/9610
 使用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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
