Live data from Hacker News

NNG – nanomsg-NG (rewrite of nanomsg)

nng.nanomsg.org

1–2 of 2 posts

Re: NNG – nanomsg-NG (rewrite of nanomsg)

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