Tyler Eon

Results 25 comments of Tyler Eon
trafficstars

While it feels like NATS durable message stores are similar to logs, they really aren't. In some applications, it might be more important to receive new messages than it is...

I just tested this out using the NATS CLI and I think there's still a problem with the discard policy not applying even when you have a single client connected...

Yeah, I confirmed that if I match the subject filters on the consumer to those on the stream and then just ack any subjects I don't care to handle, all...

That's super weird. Maybe that's still related to a non-consumer group client being connected. Let me see if I can manage to finagle something where I drop that hack of...

Ok, I think I'll close out the other ticket because upgrading from 1.6 to 1.7 of the elixir client seems to have maybe solved the issue (even though in the...

Ah, I was not aware I could do that. ``` ~ # nats s subjects [default] ? Select a Stream JOBS ╭────────────────────────────────────────────╮ │ 4 Subjects in stream JOBS │ ├─────────────┬───────┬────────────┬─────────┤...

Oh, I tried using ~~NACK~~ the NATS Helm chart to make sure it was up-to-date and it didn't change anything. Maybe I did something wrong...

Ok, that seems to have done it. 2.10.7. Still seeing the same problem though. Numbers for the subjects which aren't in the consumer filter are still rising steadily and not...

Let me try a few more tests on my end and see if any of them are reliable with the repro.