from Hacker News

NNG – nanomsg-NG (rewrite of nanomsg)

by oskarth on 4/29/21, 4:48 AM with 1 comments

  • by vlmutolo on 4/29/21, 3:39 PM

    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.