qiubyte commented on issue #2725:
URL: https://github.com/apache/dubbo-go/issues/2725#issuecomment-2728531448

   > > > Go 语言要求 public func 必须 Upper case 开始
   > > 
   > > 
   > > 所以在dubbo协议下存在 java 和 go 通信时有不兼容的情况 可能需要添加一些描述定义字段来处理这种情况
   > 
   > dubbo 协议是有tag 可以修改实际请求的方法名的
   > 
   > GetUser  func(ctx context.Context, req int32) (*User, error) 
`dubbo:"getUser"`
   
   thx,搜到了这个示例,我验证下


-- 
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: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to