TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Jet – in-memory, fault-tolerant, distributed stream processing

129 pointsby cangenceralmost 5 years ago

9 comments

davewritescodealmost 5 years ago
Jet looks really cool, I&#x27;ll but I think we&#x27;ll stick with Flink for the time being.<p>I say this as someone who got burned hard with weird bugs using Hazelcast 2.X as distributed lock manager. I&#x27;ll have a hard think before adopting any part of the Hazelcast ecosystem in the future after that experience. When the analysis of Hazelcast 3.x was posted on jepson.io (<a href="https:&#x2F;&#x2F;jepsen.io&#x2F;analyses&#x2F;hazelcast-3-8-3" rel="nofollow">https:&#x2F;&#x2F;jepsen.io&#x2F;analyses&#x2F;hazelcast-3-8-3</a>) I had a good laugh because a number of issues that were exposed, we had seen in production in older versions. Locks claimed on both sides of a cluster partition, locks never getting released when a node crashed while running, memory leaks, etc. In the end, we had the option of upgrading to 3.X or dumping it entirely in favor of ZooKeeper + Curator. We chose the latter and haven&#x27;t had issues with our locking system once and nobody has gotten paged in the middle of the night because of a ZooKeeper issue.<p>After that experience, I&#x27;ll take every guarantee made by Hazelcast with a giant grain of salt. I&#x27;ve heard good things about later versions so I&#x27;m going to assume things have improved but I implore people to look very closely at solutions like these and in particular, the guarantees they make before picking any of them.
评论 #24131751 未加载
评论 #24132212 未加载
loremipsiumalmost 5 years ago
spark, storm, flink, beam, hazelcast... and then there are all the vendor locked choices confluent, kinesis, azure probably has something in that space to<p>The whole cloud computing space got me confused. I don&#x27;t know what horse to bet on and don&#x27;t have the time to get familiar with every new framework. Is this the new javascript world? If so I&#x27;d like to skip the next couple of years until we found our react equivalent.<p>edit: Not to be read as an invitation to discuss how react is not the de-facto standard of ui web frameworks
评论 #24131436 未加载
评论 #24131049 未加载
jmnicolasalmost 5 years ago
&gt;High-throughput, large-state stream processing. For example, tracking GPS locations of millions of users, inferring their velocity vectors.<p>It baffles me they&#x27;re so casual about it ...
评论 #24131099 未加载
评论 #24130896 未加载
评论 #24130794 未加载
grillorafaelalmost 5 years ago
This has ways to handle all the problems i currently manually implement. Any idea of getting a python api ?
评论 #24130550 未加载
victor106almost 5 years ago
I am new to this space. So Sorry if this is not a valid comparison. But how does this compare to Kafka?
评论 #24131461 未加载
评论 #24132030 未加载
liminalalmost 5 years ago
I&#x27;m a bit surprised all these systems continue to be built on the JVM. For these sorts of tasks I&#x27;d expect something without a VM like Rust to be a better choice
drejalmost 5 years ago
Regarding the two licences, one for the library itself, one for the connectors - what does it mean for users, in practice? Thanks.
评论 #24130257 未加载
forgotmyhnaccalmost 5 years ago
How does this compare to Apache beam?
评论 #24130568 未加载
KptMarchewaalmost 5 years ago
Why not use Apache Flink?
评论 #24130858 未加载