简体   繁体   English

jzmq 被弃用了吗?

[英]Is jzmq deprecated?

Looking the ZeroMQ bindings.查看 ZeroMQ 绑定。 I found that jzmq last release was almost three years ago .我发现jzmq 上次发布几乎是三年前 Is this binding deprecated?此绑定是否已弃用?

On the other hand there is a native java implementation of ZeroMQ called JeroMQ which is supported by the ZeroMQ community and has a lot of activity in Github and it is based on one of the latest versions of libzmq(4.1.7).另一方面,ZeroMQ 有一个名为 JeroMQ 的原生 Java 实现,它受到 ZeroMQ 社区的支持,并且在Github 中有很多活动,它基于 libzmq(4.1.7) 的最新版本之一。

Should all new Java development using ZeroMQ be based on JeroMQ?所有使用 ZeroMQ 的新 Java 开发都应该基于 JeroMQ 吗? ( Considering that jzmq and JeroMQ APIs are starting to diverge ) 考虑到 jzmq 和 JeroMQ API 开始出现分歧

How JeroMQ interoperate with ZeroMQ bindings in other languages? JeroMQ 如何与其他语言的 ZeroMQ 绑定互操作?

How JeroMQ interoperate with ZeroMQ bindings in other languages? JeroMQ 如何与其他语言的 ZeroMQ 绑定互操作?

JeroMQ's API has diverged from that of jzmq, but this should have no impact on what's happening at the protocol level. JeroMQ 的 API 与 jzmq 的 API 有所不同,但这应该不会对协议级别发生的事情产生影响。 You can write a Java program using JeroMQ and have it communicate with other programs written in other languages / runtimes.您可以使用 JeroMQ 编写 Java 程序,并让它与用其他语言/运行时编写的其他程序进行通信。

Should all new Java development using ZeroMQ be based on JeroMQ?所有使用 ZeroMQ 的新 Java 开发都应该基于 JeroMQ 吗?

jzmq is still potentially useful if performance is very critical to your application, and if requiring end users to install libzmq is acceptable for you.如果性能对您的应用程序非常重要,并且要求最终用户安装 libzmq 对您来说是可以接受的,那么 jzmq 仍然可能有用。

I looked at the GitHub repo for jzmq, and was surprised to find that, as you said, the last release was 3 years ago in 2014. This is especially surprising given that there have been commits on master as recently as March 2017. So, it looks like the project is still being maintained, but they are rather overdue for a release.我查看了 jzmq 的 GitHub 存储库,并惊讶地发现,如您所说,最后一次发布是 3 年前的 2014 年。鉴于最近在 2017 年 3 月对 master 进行了提交,这尤其令人惊讶。所以,看起来该项目仍在维护中,但它们已经过期了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM