Live data from Hacker News

Viewing profile — relay23

relay23

HN member
Joined
Tue, Mar 30, 2021, 10:21 PM UTC
HN karma
8
Public activity
12 items

About relay23

No profile information was provided.

Recent public activity

  1. comment
    Comment #37579371

    or kafka, or any other publish/subscribe system

  2. comment
    Comment #37579336

    Sounds about right.

  3. comment
    Comment #37579334

    Kafka doesn't guarantee exactly once delivery at all, unless you're using Kafka Streams and even then your final output topic still won't get exactly once, the consumer group proto…

  4. comment
    Comment #37579323

    It's cheaper until you get to a sizeable workload, and the P90+ latency is ridiculous.. the kafka api is weak and when you're not using kafka api you're limited on integration tool…

  5. comment
    Comment #37579311

    There is Redis Streams, but certainly not without it's problems. Super obscure, not a lot of client support.

  6. comment
    Comment #37579303

    Massive and complex platform.. at a certain point why not just run 2 different platforms that are best of breed for each.

  7. comment
    Comment #37579294

    >> Rabbit can do everything Kafka does - and much more - in a more configurable manner. Sure, if you're doing like 10's of MB/s. RMQ is fast compared to AK if you're not adding dur…

  8. comment
    Comment #37051316

    They always have.. you get it but you don't know it.

  9. comment
    Comment #37041846

    Maybe "it's enterprise" means that's what the enterprise standardized on. There are a couple of practical reasons that come to mind on why that's the case - a) it's more resilient …

  10. comment
    Comment #35954461

    Also https://jepsen.io/analyses/redpanda-21.10.1

  11. comment
    Comment #35954453

    Are you sure performance would be acceptable if you just turned on fsync on every message?

  12. comment
    Comment #31235316

    Almost nobody auto commits offsets in real applications though. If you do then you should really stop :)