[Bug] msgbacklog grows infinitely after sending a certain amount of messages #23606
Open
2 of 3 tasks
Labels
type/bug
The PR fixed a bug or issue reported a bug
Search before asking
Read release policy
Version
3.0.1
Minimal reproduce step
What did you expect to see?
msgbacklog sees messages that are equal to or less than the number of messages I sent
What did you see instead?
The producer stops sending after sending a batch of messages. When subscribing to these states, it is found that the msgbacklog value has been growing continuously.
Anything else?
This problem occurs when I set replicateSubscriptionState to true in the consumer!!!
After both the producer and the consumer are stopped, the msgbacklog has been growing slowly, and no additional messages will be consumed when the consumer is restarted.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: