Replies: 1 comment 3 replies
-
Each instance requires an isolated storage. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I got faulty setup and observed two NATS replicas running against same file storage.
Also i have a DLQ workqueue stream with advisory max deliveries subject.
So because of some health check issues I got two NATS running in parallel, one of those was constantly restarting next to the first one.
My scenario was to test DLQ, so target stream consumer was emulating an error - and I found that number of events in DLQ was constantly increasing, also number of events in target stream was staying at 3.
Also when looking into the DLQ info - I'm getting different number of events in DLQ stream, looks like because NLB load balancer is routing requests between two NATS instances and they return different results.
Although NATS setup in this case is faulty, supposed to be a simple single instance - why do I see above behaviour ?
Thanks
Eugene
Beta Was this translation helpful? Give feedback.
All reactions