NATS Server v2.11
nats.io
NATS Server v2.11
1–6 of 6 posts
Re: NATS Server v2.11
#2Re: NATS Server v2.11
#3One 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.)
Re: NATS Server v2.11
#4This 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…
Re: NATS Server v2.11
#5This 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've recently been really trying to get up to speed on NATS. It would be great if JetStream had some degree of querying.
Re: NATS Server v2.11
#6Earlier quoted context omitted.
I've recently been really trying to get up to speed on NATS. It would be great if JetStream had some degree of querying.
Subject filtering is already quite powerful. What else were you thinking of?