streamdal/plumber

Can not use plumber to read message from nats-jetstream

duc2h opened this issue · 4 comments

duc2h commented

Hi all, currently, I'm stuck on cannot read messages from nats-jetstream by plumber, Anyone can help me?

Hi @edarha - can you paste the command you are using to perform the read?

Also, what version of nats are you running?

Hello @edarha
What issue are you having with nats-streaming?

We have some examples here if you need help getting started:
Reading from nats streaming
Publishing to nats streaming

These examples will work out of the box on the nats docker image in our docker-compose.yml
Just spin it up using docker compose up -d nats

tpihl commented

nats streaming and nats jetstream is NOT the same thing. nats-streaming (aka stan) is depricated

info:
https://docs.nats.io/nats-concepts/jetstream
https://docs.nats.io/legacy/stan

@tpihl Thank you, don't know how I missed that!
Jetstream support has been added in https://github.com/batchcorp/plumber/releases/tag/v1.0.4

If you need any additional features, let us know!