qiubyte commented on issue #2725: URL: https://github.com/apache/dubbo-go/issues/2725#issuecomment-2716749607
dubbo 协议也会出现这个问题, 版本 java: dubbo3.3.0, go:v3.2.0 步骤: 1. java server仅使用dubbo协议,方法名首字母小写 2. go client配置`client.WithClientProtocolDubbo()`,同样方法名,首字母大写 3. go调用java失败,java端抛异常找不到method 4. 切换使用triple协议`client.WithClientProtocolTriple()`,调用是正常的 -- 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]
