You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a message processing error occurs, the worker NAKs it, causing it to retry indefinitely. To prevent this, configure the stream with a backoff strategy and a maximum number of retries (see the Backoff setting here: https://docs.nats.io/nats-concepts/jetstream/consumers).