GitHub user mochengqian closed the discussion with a comment: Java 泛化调用 dubbo-go
您好,框架现已支持 Java 泛化调用 Go variadic 方法,两种传参方式均可: 1. 离散传参:`args: ["a", "b"]` 2. 数组传参:`args: [["a", "b"]]`(推荐,与 Java varargs 语义一致) 后续还会对框架该部分进行升级优化 <img width="411" height="265" alt="截屏2026-04-06 14 20 09" src="https://github.com/user-attachments/assets/751f384c-515d-431f-88aa-432debfb25b2" /> GitHub link: https://github.com/apache/dubbo-go/discussions/2804#discussioncomment-16461100 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
