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.
Iggy.rs – building message streaming in Rust
61–63 of 63 posts
Re: Iggy.rs – building message streaming in Rust
#62Really 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
Re: Iggy.rs – building message streaming in Rust
#63Here 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!