top | item 14456548

(no title)

TheHydroImpulse | 8 years ago

NSQ has been (IMO) far far easier to operate than Kafka has been. With Kafka you need a Zookeeper cluster in addition to your Kafka brokers. Not to mention developing against NSQ is pretty simple whereas Kafka you need to think about partitions and offsets.

If you're worried about data loss, Kakfa can be what you're looking for (but takes a lot to learn how to operate it correctly).

discuss

order

StavrosK|8 years ago

I see, thank you. Honestly, NSQ sounds like a really good solution for 99% of use cases.