Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Honour Dropped Exceptions For Retries #8

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

sharmarishab16
Copy link

@sharmarishab16 sharmarishab16 commented Sep 20, 2023

Problem
Dropped exceptions are not honoured, and retry happens inevitably.
Issue
The handler is catching the exception thrown by the process method followed by the retry mechanism.
Solution
If the consumer is throwing the exception, floating it to the caller method where the dropped exception logic kicks in.

rishab.sharma added 2 commits September 20, 2023 17:55
@sharmarishab16 sharmarishab16 marked this pull request as ready for review September 20, 2023 20:11
@sharmarishab16 sharmarishab16 changed the title Ack Known Exceptions in Trouper Process Method Honour Dropped Exceptions For Retries Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant