fumenglin opened a new issue #1080:
URL: https://github.com/apache/dubbo-go/issues/1080
Java的server和client之间可以相互通信,go的server和client之间可以相互通信;
用dubbo-go-samples的go-lient连接里面的java-server时候报错:Failed to check the status of
the service org.apache.dubbo.UserProvider. No provider available for the
service to the consumer use dubbo version 1.3.0
go.mod为:
go 1.15
require (
github.com/apache/dubbo-go v1.5.5
github.com/apache/dubbo-go-hessian2 v1.8.2
github.com/apache/dubbo-go-samples v1.5.5-rc1
github.com/dubbogo/gost v1.9.5
)
这里github.com/dubbogo/gost 有个问题,最新的v1.10.5没有gost/page;用v1.9.5的版本才可以。
代码样例没有做修改,就是自己启动了一个zk;
请问是不是版本的依赖的问题?
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]