Hacker News new | ask | show | jobs
by vlmutolo 1879 days ago
As much as I like ZeroMQ-style projects, it seems like I end up trying to build a worse clone of Kafka whenever I use them.

At the end of the day, most people are going to want:

- Load-balanced consumers - Distributed brokers - "Exactly-once" delivery (within some acceptable time)/storage limit)

When you start to implement these features, you rebuild Kafka.