streamdal / plumber

A swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems.

Home Page:https://streamdal.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nats-jetstream feature

duc2h opened this issue · comments

commented

Nats jetstream has a way to connect server by nkey, so could you guys help to add this logic if you have time, thanks guys

We're looking into it - thanks for the report!

@edarha we have added a new --nkey flag to nats/nats-jetstream backends in https://github.com/batchcorp/plumber/releases/tag/v1.11.0
The flag accepts either a path to the file containing the nkey seed, or the seed directly as the argument. Let me know if everything is working for you

commented

thanks guys for helping