-
Streaming market data to a target application via NATS.io
https://nats.io
https://github.com/nats-io/python-nats
https://github.com/nats-io/asyncio-nats
-
__Background__
We've noticed a behaviour we would like to suggest a change for. We are running a number of subscribers (in both node and python), these are subscribed with a `durable name` a `queue g…
-
I have an issue with an unknown subscription.
~~I believe the nats streaming server sends an response to an UNSUB request. The \Nats\Connection::handleMSG doesn't expect this response and throws a…
-
Hey!
Great project here :) I'm developing a NATS + NATS Streaming based solution for my company, and I wanted to use Rust, but the lack of an official NATS Streaming client was killing me.
I was…
-
It would be really useful to be able to benchmark NATS Streaming in a similar way to this project. One option might be to just add a `--streaming` and `--clusterid={clusterID}` flags to the latency-te…
-
Any thoughts on NATS Streaming Server support?
[https://nats.io/](https://nats.io/)
-
I recently implemented service accounts and it works great for standard NATS communication on the nats-cluster, however, the NatsStreamingCluster isn't making use of the Service Accounts setup, do I h…
-
While playing around with the nats-streaming deployment for Fission, I noticed that the clientID for the mqtrigger is currently set on the deployment to be 'fission'. The way NATS streaming works is t…
-
as i see after reconnecting to nats-streaming-server we need to resubscribe to subscribed topics after reconnect, does this right?
If yes - i think that proper place for this - stan.go client, becaus…
-
Hello,
in our current system setup we repeatedly observed the following behavior.
There are some topics like 'topic.message' where only a few messages are published. Sometimes up to months ther…