使用 Netty 在 Java 中实现 Finagle thrift 客户端服务器
刚刚浏览 Finagle 主页“http://twitter.github.com/finagle/”。它说我们可以使用 Finagale 编写带有 thrift 的 netty 的 java 实现。我尝试寻找相同的示例,但找不到。所有示例均采用 scala 语言。 有人可以为我提供 Java 实现的指针吗?
谢谢
Was just going through Finagle homepage "http://twitter.github.com/finagle/". It says we can write java implementation of netty with thrift using Finagale. I tried searching for examples for the same, but couldn't find one. All examples are in scala.
Can someone provide me with pointers for its Java implementation?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在这里写了一个: finagle-java-example 演示了编写一个 thrift-基于 Java 的 Finagle 服务器,使用阻塞和非阻塞调用。
I've written one up here: finagle-java-example that demonstrates writing a thrift-based Finagle server in Java using blocking and non-blocking calls.