Hacker News new | ask | show | jobs
by closeparen 1861 days ago
>For the longest time I just made do with Kafka but this had serious deficiencies when implementing queues because of the cumulative ack only nature of Kafka.

We built a Kafka consumer that's effectively capable of selective acks by producing bad messages to separate topics. It's a little silly but it works.

1 comments

DLQ is the way to do this. Nothing silly about it.
It's a heavyweight custom client to hack Kafka into being something it isn't, that other message brokers are. That's what's silly.