Live data from Hacker News

Viewing profile — spetz

spetz

HN member
Joined
Fri, Apr 08, 2016, 6:56 AM UTC
HN karma
191
Public activity
71 items

About spetz

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #46149049

    Thank you for the mention! BTW, we're currently working on VSR (Viewstamped Replication) to provide the proper clustering :)

  3. comment
    Comment #45962243

    Thank you, and yes, 100% agreed about Krishna's work! :)

  4. 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…

  5. 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 …

  6. story
  7. story
  8. comment
  9. story
  10. story
  11. comment
    Comment #38875886

    Iggy is a message streaming infrastructure (think of Kafka for example), not a messaging platform like Discord or so :)

  12. comment
    Comment #38872747

    That's a good name! :)

  13. 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…

  14. comment
    Comment #38872039

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

  15. 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…

  16. 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…

  17. 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…

  18. comment
    Comment #38871729

    Thanks, I do agree, they're both lovely! :D

  19. 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 …

  20. comment
    Comment #38871092

    Thank you :)

  21. 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…

  22. comment
    Comment #38870881

    Thank you, feel free to ping us anytime and/or join our open Discord!

  23. comment
    Comment #38870874

    JetStream, Kafka, Redpanda, RabbitMQ Streams, Fluvio - quite a few message streaming solutions out there. Thanks!

  24. 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…

  25. 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 :)