TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

ZeroMQ – Relicense from LGPL3 and exceptions to MPL 2.0

247 点作者 excerionsforte超过 1 年前

14 条评论

CharlieDigital超过 1 年前
Back in 2014, I was rebuilding the core of an event processing engine. At the time, the decision was between Apache Kafka and rolling our own. After investigating Zookeeper, we decided to roll our own and chose ZeroMQ as the messaging layer as our on-prem customers probably didn&#x27;t want to own and manage Zookeeper.<p>ZeroMQ was absolutely solid and stable; incredibly trouble free and the only issues we ran into were when IT teams didn&#x27;t open the ports we documented in the configuration procedure. (The resultant architecture actually looks a lot like Flink)<p>In any case, ZeroMQ is a fantastic piece of technology that I feel like I don&#x27;t see out in the wild quite enough. It&#x27;s dead simple and incredibly stable from my experience.
评论 #37820360 未加载
评论 #37820301 未加载
评论 #37820166 未加载
评论 #37819889 未加载
评论 #37820984 未加载
评论 #37824142 未加载
评论 #37820363 未加载
评论 #37823461 未加载
评论 #37820391 未加载
评论 #37821656 未加载
dsterry超过 1 年前
Found Pieter and his books a couple years ago and it make a big impact. The Collective Code Construction Contract is a brilliant piece of community engineering and should be adopted&#x2F;adapted by every FOSS project on the planet. We can accomplish so much more together if we have C4 and similar methods of coordination. Next time you hear of a burnt-out maintainer, have them read <a href="https:&#x2F;&#x2F;rfc.zeromq.org&#x2F;spec&#x2F;42&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;rfc.zeromq.org&#x2F;spec&#x2F;42&#x2F;</a>
cobertos超过 1 年前
Is it very common to contact _every_ maintainer and back out changes from ones who don&#x27;t respond for license changes?<p>I feel like I&#x27;ve heard of many larger companies doing relicenses on their open source without this kind of effort.
评论 #37821533 未加载
评论 #37821515 未加载
评论 #37821551 未加载
评论 #37823641 未加载
评论 #37823037 未加载
评论 #37821954 未加载
vitiral超过 1 年前
That is damn impressive considering the age of the project. Kudos for getting signoff from all relevant parties!
richardfontana超过 1 年前
The LGPLv3 exception had an atypical feature (for *GPL exceptions) and was possibly misdrafted, see: <a href="https:&#x2F;&#x2F;github.com&#x2F;spdx&#x2F;license-list-XML&#x2F;issues&#x2F;1672">https:&#x2F;&#x2F;github.com&#x2F;spdx&#x2F;license-list-XML&#x2F;issues&#x2F;1672</a>
chromatin超过 1 年前
Fun ZeroMQ fact: bitcoind has used zeromq since 2015. This is used by client software including lightning node daemons to get notification of incoming transactions and blocks in a highly reliable and rapid way.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;bitcoin&#x2F;bitcoin&#x2F;blob&#x2F;master&#x2F;doc&#x2F;zmq.md">https:&#x2F;&#x2F;github.com&#x2F;bitcoin&#x2F;bitcoin&#x2F;blob&#x2F;master&#x2F;doc&#x2F;zmq.md</a>
excerionsforte超过 1 年前
Also 4.3.5 is out today with the new license: <a href="https:&#x2F;&#x2F;github.com&#x2F;zeromq&#x2F;libzmq&#x2F;releases&#x2F;tag&#x2F;v4.3.5">https:&#x2F;&#x2F;github.com&#x2F;zeromq&#x2F;libzmq&#x2F;releases&#x2F;tag&#x2F;v4.3.5</a>
评论 #37822853 未加载
评论 #37819809 未加载
sdfghswe超过 1 年前
Could someone who understands these licenses ELI5?
评论 #37819794 未加载
评论 #37819767 未加载
评论 #37819773 未加载
sebosp超过 1 年前
How does ZMQ compare to recent message passing libraries? Does it have a place in rust&#x27;s tokio ecosystem? Are there projects that implement the HA transaction store to disk protocol &quot;out of the box&quot; ? Forgot the name... Binary star something? I always think of working with ZMQ as I really enjoyed it, but I can&#x27;t see it as easy no deploy as Kafka with so much ACL tooling, easy Auth and debugging, dashboards, metrics... Maybe one more question... What are recent projects that use ZMQ behind the scene that you find a good place to learn more message passing techniques and their tradeoffs?
alfalfasprout超过 1 年前
ZeroMQ is a fantastic piece of software that will still be in use decades from now. Also an amazing example of a very intuitive C API.
评论 #37822368 未加载
F-W-M超过 1 年前
Worked on a team that used zeromq for a trading system. Worked well, but if you do not read the guide and get a good grip on what guarantees are provided by zero mq.
评论 #37819932 未加载
评论 #37821674 未加载
abofh超过 1 年前
I need to look, but I think one of my clients might owe me 6 figures for this one... I&#x27;ll never get paid, but I&#x27;m definitely going to write the invoice.
goodpoint超过 1 年前
What a pity. LGPL provides better protection.
评论 #37821684 未加载
cryotopippto超过 1 年前
Poor Pieter Hintjens, he probably did this as soon as he learned about his cancer:<p>-CEO, iMatix Corporation sprl -23 April 2016<p>By October 2016 he was dead.<p>This PR basically merges his final commit.<p>I find it very sad.
评论 #37820322 未加载
评论 #37821330 未加载
评论 #37821358 未加载
评论 #37821568 未加载
评论 #37823267 未加载
评论 #37822596 未加载