top | item 43429436

NATS Server v2.11

19 points| rogerthis | 11 months ago |nats.io

4 comments

order

atombender|11 months ago

This is a really significant release, and it's interesting that nobody is commenting.

One of the new features is the Direct Get API, which allows random-access fetch access to a JetStream stream. This should let you build lightweight, stateless consumers that don't need any server-side state, and it should cause less load on the cluster.

I think NATS is one of the underdogs of the open source world. Don't sleep on it. (I'm just a happy user, along with my employer.)

nickpeterson|11 months ago

I've recently been really trying to get up to speed on NATS. It would be great if JetStream had some degree of querying.