Live data from Hacker News

Iggy.rs – building message streaming in Rust

blog.iggy.rs

61–63 of 63 posts

Re: Iggy.rs – building message streaming in Rust

#61
post #52
post #43

Earlier quoted context omitted.

Nice one, looks quite similar indeed! May I ask why did you discontinue the further work?

Probably because there's a very low value in building message streaming framework once you've done the basics: how do you come to, say, a trading broker and say "your order management system could be just as fast with my other messaging framework". He did it to learn and have fun, but finishing it to be prod-ready would require at least one user.

That was indeed a big parameter. We missed someone on the team able to connect to us to one or two large early adopters. We learned that building a good product and building a company selling it are two very different things !

Re: Iggy.rs – building message streaming in Rust

#62
post #53
post #49

Really cool idea and project! There are 2 things I would need to understand before trying it out though: 1. How can I run more than one instance of the server? 2. When running more than one instance of the server, how would the filesystem interaction work between servers?

This is mentioned in the blog post: Running as a single node (no cluster support yet) If cluster is supported, I think this can compete with Kafka

That's what I figured, I didn't see anything in the docs about it

Re: Iggy.rs – building message streaming in Rust

#63
This post prompted me to resurface the Genesis of Fluvio. We are a small team going at it for a little while since we have long relationship with the data centric applications across multiple domains for the past decades and we are excited about data streaming on rust and web assembly instead of java and jvm.

Here is a blog that is from June 2021 from our CTO laying out the vision for Fluvio.

https://news.ycombinator.com/item?id=38880743

Since the comparison question keeps popping up, I would share whatever we have as well. It's a long drawn documentation exercise and I am happy to share what we have at Fluvio.

Again - Great job with Iggy!

Post reply on HN