yongzhixin commented on issue #1009: URL: https://github.com/apache/dubbo-go-samples/issues/1009#issuecomment-3688849636
只是单纯使用示例是没有问题的,问题在于我现在需要使用的服务提供者是java dubbo 2.x,之前使用dubbo-go3.0是可以正常调用rpc的,就是hessian2不支持java Long类型,需要升级,但是一升级,对应的dubbo go也需要升级,之前试过dubbo go3.1.x也不能发现服务提供者,再consumer里配置具体的url就可以,表现上像是没有从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. 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]
