Viewing profile — spetz
spetz
HN member- Joined
- Fri, Apr 08, 2016, 6:56 AM UTC
- HN karma
- 191
- Public activity
- 71 items
- HN profile
- View on Hacker News ↗
About spetz
No profile information was provided.
Recent public activity
- story
-
comment
Comment #46149049
Thank you for the mention! BTW, we're currently working on VSR (Viewstamped Replication) to provide the proper clustering :)
-
comment
Comment #45962243
Thank you, and yes, 100% agreed about Krishna's work! :)
-
comment
Comment #45958639
Thanks! Actually, the mentioned PR was just an internal merge; the one to the master branch is this one https://github.com/apache/iggy/pull/2299 which happened last week :) Sans-IO…
-
comment
Comment #45958593
There's a core difference between the message queue and the stream, and one of them is that the append-only log acts as a simple database from which multiple independent consumers …
- story
- story
- comment
- story
- story
-
comment
Comment #38875886
Iggy is a message streaming infrastructure (think of Kafka for example), not a messaging platform like Discord or so :)
-
comment
Comment #38872747
That's a good name! :)
-
comment
Comment #38872145
Right, I meant TCP without TLS, and when it comes to QUIC I only did benchmark using the "dangerous" mode (disabled local cert validation). I don't have the exact numbers, but AFAI…
-
comment
Comment #38872039
Nice one, looks quite similar indeed! May I ask why did you discontinue the further work?
-
comment
Comment #38871993
I did some dotnet OSS in the past, but there's something special about Rust community and I guess that if I'd picked another language instead, I wouldn't gather such an amazing tea…
-
comment
Comment #38871962
As already mentioned, we've decived to use monoio, just to have something to begin with, it will take at least a few months to rewrite the core parts to make use of io_uring and th…
-
comment
Comment #38871806
Of course, they hide the details behind io_uring, it's just that monoio seemed even easier to work with. It's not set in stone, though, actually there are new runtimes being develo…
-
comment
Comment #38871729
Thanks, I do agree, they're both lovely! :D
-
comment
Comment #38871407
Can't say for sure, we share some of the same concepts that can be found in Kafka or RabbitMQ Streams, but at the same time, try to build something from the ground up and focus on …
-
comment
Comment #38871092
Thank you :)
-
comment
Comment #38870904
I had 0 Rust experience and close to 0 of system programming experience (except playing with some lower level communication protocols etc. but nothing fancy), but I'd say that some…
-
comment
Comment #38870881
Thank you, feel free to ping us anytime and/or join our open Discord!
-
comment
Comment #38870874
JetStream, Kafka, Redpanda, RabbitMQ Streams, Fluvio - quite a few message streaming solutions out there. Thanks!
-
comment
Comment #38870868
I've started with QUIC, as I wanted to try out something new. Still, TCP protocol we have in place is a bit faster than QUIC, but it might be due to the lack of some additional tun…
-
comment
Comment #38870857
Thank you, I'd like to mention that the team is really awesome, as they've decided to join me in my efforts, just to have some fun as well :)