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