Windows 上的 Thrift / Google Protocol Buffers
查看 Thrift 和 Google Protocol Buffers 来实现一些快速 RPC 代码。如果生成的 C++ 代码在 Windows 上编译(这正是我所需要的),Thrift 将是完美的。当然,GPB 创建 RPC 存根,但没有实现。
有没有办法让 Thrift Windows 变得友好?或者,更好的是,是否有任何可免费用于生成的 C++ protobuf 存根的 RPC 实现(Java 对应版本也很好,但不是必需的)。
谢谢
Looking at Thrift and Google Protocol Buffers to implement some quick RPC code. Thrift would be perfect if the generated C++ code compiled on windows (which is what I need). And of course, GPB creates RPC stubs, but no implementation.
Is there a way to get Thrift Windows friendly? Or, even better, are there any RPC implementations available freely for generated C++ protobuf stubs (a Java counterpart would be nice too, but is not necessary).
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试 Zeroc ICE
Try Zeroc ICE
根据 Thrift wiki 上的此页面,这是不可能的。
According to this page on the Thrift wiki, it is not possible.
您可以按照此“指南”安装 thrift。
另请参阅底部的我的解决方案,让它在 Windows 上运行。
You can installing thrift following this "guide".
Look also at my solution at the bottom, to let it works on windows.