Replies: 1 comment 6 replies
-
It appears your application is not acknowleding messages. How do you ack messages when processing them? |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have a problem in our project.
We have the stream with the following state:
And consumer:
The consumer has 31930 unprocessed messages and the main question is: how could it be that the last delivered message in the stream is 1 023 753, but the last acked is 8668?
It seems like the Acknowledgment floor is hung at this position :(
Is it normal to have such deviation?
Is it possible that the message pointed with floor is removed and the floor is stopped?
We rely on floor numbers in case of a crash to recover the state of the system, but if it could hang in such a way - it's a problem for us. Maybe you could suggest smth?
Stream sequence in Last Delivered Message - it's delivered, but not acked, right?
Server version: 2.10.9
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions