Closed JalilArfaoui closed 1 year ago
@JalilArfaoui the API use above is wrong, the API there wants a stream name, not a subject, and it retrieves the next message for that durable consumer, streams indeed cannot have dots.
Yes, I got confused, reading the documentation, with the others methods that use subject like publish
or pullSubscribe
…
It's working perfectly now.
I've been using requests and subscriptions successfully and I'm now trying to fetch a stream :
But I'm getting
And I don't understand the error since stream names usually contain dots as seen in https://github.com/nats-io/nats.deno/blob/main/jetstream.md
Same error with