Error handling best practices #1038
paagamelo2
started this conversation in
General
Replies: 1 comment 1 reply
|
the suggested approach in the docs should work for vast majority of the cases. there are some cases like running against ephemeral consumers where consumer creation would require more attention. |
1 reply
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.
Hiya
I'm wondering what are the best practices for error handling, when consuming from jet stream.
Currently, I'm doing what is suggested here, but double acking each message. However, I'm a bit confused as to why that is described as a "naive" approach.
I was wondering if you have any guidelines or suggestions.
Thanks
Lorenzo
All reactions