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

Completion handlers for delivery state changes #65

Open
mender3 opened this issue Sep 15, 2021 · 0 comments
Open

Completion handlers for delivery state changes #65

mender3 opened this issue Sep 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@mender3
Copy link

mender3 commented Sep 15, 2021

Description

Include async result handlers on delivery state change methods, accepted, released, rejected, & modified.

Use case

Message consumer completes processing a message and calls the accepted method. The broker fails to receive or handle the state change for some reason. That message could potentially be redelivered and reprocessed. An async result handler would allow the message consumer to take appropriate action in the event of a failure, or move on with confidence that the message's lifecycle is complete.

@mender3 mender3 added the enhancement New feature or request label Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant