You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/10/17 01:06:22 UTC

[GitHub] [dubbo-go] wghdir opened a new issue #796: 希望支持springboot下java同go的互通

wghdir opened a new issue #796:
URL: https://github.com/apache/dubbo-go/issues/796


   
   怎么在java上的服务名多了两个点,用的dubbo-spring-boot-starter 2.7.5,java的客户端调不到go的服务端,java之间是可以调用。希望能支持springboot,用官方的例子是可以互调的。
   ![image](https://user-images.githubusercontent.com/19346934/96325100-b502f080-1057-11eb-9bdc-7e095d715646.png)
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] wghdir commented on issue #796: 希望支持springboot下java同go的互通

Posted by GitBox <gi...@apache.org>.
wghdir commented on issue #796:
URL: https://github.com/apache/dubbo-go/issues/796#issuecomment-710731698


   指定version及group已解决,我说怎么go的服务上没有::,java的有,原来那是version同group
   go的服务上加:
       version: "1.0.0"
       group: "wgh"
   java的注解上加:
   version = "1.0.0",group = "wgh"


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks commented on issue #796: Usage Problem: sprintboot communication with dubbogo

Posted by GitBox <gi...@apache.org>.
AlexStocks commented on issue #796:
URL: https://github.com/apache/dubbo-go/issues/796#issuecomment-821205490


   dubbo java 向 nacos 和 dubbogo 向 nacos 注册时不统一。后来已经fix掉该问题,在1.5.6 中已经支持这两种方式。


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] zouyx commented on issue #796: Usage Problem: sprintboot communication with dubbogo

Posted by GitBox <gi...@apache.org>.
zouyx commented on issue #796:
URL: https://github.com/apache/dubbo-go/issues/796#issuecomment-716936049


   Provide registry center's name and version.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org