Live data from Hacker News

Viewing profile — cmatta

cmatta

HN member
Joined
Wed, Jul 13, 2011, 7:36 PM UTC
HN karma
13
Public activity
3 items

About cmatta

No profile information was provided.

Recent public activity

  1. comment
    Comment #48708625

    This is a pretty self-selecting group, so I'm not surprised that most people reading this don't have a problem with after-hours coms. If you've ever worked in hospitality or retail…

  2. comment
    Comment #15604877

    Kafka does give you a counter, it's in Neha's blog post. Kafka's idempotent producer registers itself with the brokers with a unique producer id and includes a sequence number with…

  3. comment
    Comment #15604805

    Kafka has "exactly once" delivery guarantees since 0.11, I believe this will be the default in Kafka 1.0 (I work for Confluent).