top | item 26977574

NNG – nanomsg-NG (rewrite of nanomsg)

9 points| oskarth | 4 years ago |nng.nanomsg.org

1 comment

order

vlmutolo|4 years 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.