Hacker News new | ask | show | jobs
by bsaul 1224 days ago
how robust is nats persistence layer ? strenght of kafka relies on its proven ability to maintain a high load while making sure you won't loose the events you're streaming.
1 comments

Disclaimer: I'm a NATS maintainer working in Synadia (the company behind NATS)

It is robust and performant, with subject-based querying, HA, scalability, streams, key-value store, mirrors and at-least-once and exactly-once semantics.

Used in production on a large scale by companies across many industries.