Increasing in message delivery delay #6822
Unanswered
1995parham
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @1995parham, could you share the nats server version? It sounds like the consumer leader was reading from a replica that was continuously behind catching up. Using latest natscli you can try checking for possible conditions to repair on your stream using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We had a consumer that consuming messages from a stream named
rides
. The consumer using new API which creates a pull-based consumer. I've attached the stream and consumer configuration:They enabled a feature which caused increase in the processing time, but after disabling the feature they still experience high latency in reading from NATS which we also have it in their consumer state as I shared. After waiting for a while and make sure their processing time reduced, we do a leader change over consumer and it resolved the latency. Also, this remove their pending messages too.
Beta Was this translation helpful? Give feedback.
All reactions