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