We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
服务提供者是java语言,客户端是go语言,怎么处理呢?请指条道路,谢谢
The text was updated successfully, but these errors were encountered:
可以参考main/clientdemo.go,其中的mclient2是和java的demo一致的,可以通过直连或者通过zk注册中心调通java demo中的server。 目前motan-go仅支持simple序列化方式,simple只支持null、string、map<string, string>以及byte[]几种对象序列化。后续会支持pb、hprose等其他跨语言序列化方式。
mclient2 := mccontext.GetClient("mytest-demo")
Sorry, something went wrong.
Merge pull request #4 from zengnjin/server-agent_monitor
188c528
access.log & metrics
什么时候能够支持hprose呢?
@twdp hprose的支持暂时不在排期中,欢迎PR
No branches or pull requests
服务提供者是java语言,客户端是go语言,怎么处理呢?请指条道路,谢谢
The text was updated successfully, but these errors were encountered: