FoghostCn commented on issue #2403:
URL: https://github.com/apache/dubbo-go/issues/2403#issuecomment-1851587375
reproduced success,in dubbo-go tri depens on some stub method in generated
pb.go file,
like that
```go
func (c *GreeterClientImpl) GetDubboStub(cc *triple.TripleConn)
GreeterClient {
return NewGreeterClient(cc)
}
```
in metadata module it use low level api to invoke rpc, no GetDubboStub
method generated
https://github.com/apache/dubbo-go/blob/d204c4ef491dd22c58c4fd2e0a30e0f9d4e57715/metadata/service/local/service_proxy.go#L175-L190
in fact tri protocol not supported in metadata service rpc
--
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]