Implementing an event store on NATS: Introduction
An event store is a database optimized for reading and transacting sequences of events. Unlike a relational database which has
Grokking NATS Consumers: Pull-based
In part one and two of this series, we studied the behavior of push-based consumers and how their configuration may
Grokking NATS Consumers: Push-based queue groups
In the previous article I provided a quick intro to JetStream and unpacked some of the mystery of push-based consumer
Grokking NATS Consumers: Intro and push-based
The NATS team introduced the first preview of JetStream in early 2020. It became generally available roughly one year later