Replies: 1 comment 2 replies
-
What is your Pulsar broker and Pulsar client version? Unless you are running a supported version of Pulsar broker and Pulsar client, I'd strongly suggest upgrading since a lot of bug fixes have been made to address similar problems that you are describing. |
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
-
Hi,
from time to time I see that my java consumer stops consuming or even get so slow that the queues increase dramatically.
Somehow I see that the consumer stuck somewhere in the segments and the "Mark delete position" and "Read position" hungs up and stay as if them are idle.
Restarting sometimes helps but mostly it starts consuming as slow as it was before the restart.
We initialize the consumer like
I have no idea to get this running back. Only clearing the queue completly get the things running again. But then I lose the information from the messages...
Please, have anyone any ideas on this?
--Tom
Beta Was this translation helpful? Give feedback.
All reactions