使用 Netty 在 Java 中实现 Finagle thrift 客户端服务器

发布于 2024-11-18 21:26:48 字数 173 浏览 4 评论 0原文

刚刚浏览 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

打小就很酷 2024-11-25 21:26:48

我在这里写了一个: 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文