Alanxtl opened a new issue, #3259:
URL: https://github.com/apache/dubbo-go/issues/3259

   
   ### Discussed in https://github.com/apache/dubbo-go/discussions/2804
   
   <div type='discussions-op-text'>
   
   <sup>Originally posted by **amosnothing** March 18, 2025</sup>
   Java 泛化调用 dubbo-go ,dubbo go 为可变形参
   举例:
   ```go
   type HelloService interface {
        Hello(ctx context.Context, req *model.HelloReq) (*model.HelloResp, 
error)
        MultiArgs(ctx context.Context, args ...string) (*model.HelloResp, error)
   }
   ```
   当 Java 客户端使用非泛化调用的时候,multiArgs 便是 Java 多方法重载,字符串可以传递 1~n 个,但是 Java 
客户端使用非泛化调用的时候,该怎么传参?</div>


-- 
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]

Reply via email to