Skip to content

NATS stopped to handle new messages after many NATS.Client.NATSSlowConsumerException #533

Answered by scottf
esolCrusador asked this question in Q&A
Discussion options

You must be logged in to vote

@esolCrusador Are you working on a new project? If so you should definitely move to JetStream. There is a feature called flow control that will recognize when you are taking too long to handle messages and stop pushing them to you until the flow control message is acknowledged by the client, which requires you processing all the messages before the flow control.
If you are on STAN and staying I'm not sure how to help you, STAN is not being supported anymore.

Moving this to the discussion area instead if issues.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by scottf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #532 on December 28, 2021 15:26.