ZLBer commented on issue #2178:
URL: https://github.com/apache/dubbo-go/issues/2178#issuecomment-1385034237

   @CodingAdai    
hi,我这边跑了dubbo-go-samples里的一个例子,发现是可以用group+version进行调用的,具体地址在:https://github.com/apache/dubbo-go-samples/tree/master/rpc/dubbo
   
   java服务端的配置:
   <img width="1268" alt="image" 
src="https://user-images.githubusercontent.com/20033804/212850144-ba312d7f-4c60-4e8b-929c-7231afd7f660.png";>
   golang客户端的配置:
   <img width="572" alt="image" 
src="https://user-images.githubusercontent.com/20033804/212850343-b24861e5-bbc8-440c-9337-e09e97c75f94.png";>
   
   
   指定version可以调用到不同的函数。所以你调用失败应该是哪里的配置有问题,可以对比下你的demo和这个例子,后面我抽空再看下你上面的demo。


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