Kaarel

Results 18 comments of Kaarel

> * if using ESM, use `import { parse as csv } from 'csv-parse';` (or `import { parse as csv } from 'csv-parse/sync';`). On Node with "csv-parse": "5.0.4" the above...

> Tried to reproduce with a vanilla node app to no avail. The problem occurs on an existing legacy app. So there might be other things interfering. I am just...

The parent framework is Meteor JS 2.6 (the app is server side only though, no web anywhere) The code is a mix of TS and JS. The code that uses...

Same. Input is an mp4 container from `ffmpeg -ss -to`. `butterflow.exe --subregions a=0,b=6,spd=1:a=6,b=8,spd=0.1:a=8,b=end,spd=1 in.mp4` or using the `-k` flag `butterflow.exe --keep-subregions --subregions a=6,b=8,spd=0.1 in.mp4` gives the OP error and no...

For what it's worth after `nats stream view s1` (reporting nothing but "Reached apparent end of data") the messages count in `curl localhost:8222/jsz?consumers=1` cleared out, as well as in the...

FYI this keeps happening every now and then. Seems to correlate with "JetStream cluster no metadata leader", "JetStream cluster stream 'USERS > s1' has NO quorum, stalled" etc log events.

I realise this isn't terribly useful feedback, sorry, but we haven't got much in other logs. Services themselves (ones using this stream and ones not using NATS at all) seem...

Cluster routes in conf use internal A records eg routes: ["nats://ns1.internal:6222", "nats://ns2.internal:6222", "nats://ns3.internal:6222"]. Each record maps to a single distinct IP.

@urusha sounds very similar to what we are experiencing indeed. I don't have a solution but a workaround we use is `nats stream view tasks`. If there are bunch of...

Issue update. We are now on nats server 2.9.1 and nats cli 0.0.34. 0 messages via CLI. While number of messages via `curl localhost:8222`. `nats stream report && nats stream...