Mark4z
Mark4z
In Dubbo java and the target method has method overloading, add the header and pass the method signature like this: curl -X POST --location "http://localhost:8883/UserService/org.apache.dubbo.samples.UserProvider/GetUser1" \ -H "Content-Type: application/json" \...
samples in https://github.com/dubbo-go-pixiu/samples/pull/16
https://github.com/apache/dubbo-go/issues/1947
It's a dubbo-go serialization bug, fixed by https://github.com/apache/dubbo-go-hessian2/issues/317
https://github.com/apache/dubbo/issues/10243
fixed by https://github.com/apache/dubbo-go-hessian2/issues/317
how to use it?
Upgrade dubbo dependency to 3.0.10 Dubbo compiler also upgrade to 3.0.10 then mvn clean package, try it.
update go mod