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

Negative Acknowledgement #121

Merged
merged 1 commit into from Feb 11, 2021
Merged

Negative Acknowledgement #121

merged 1 commit into from Feb 11, 2021

Conversation

cescoffier
Copy link
Contributor

Add support for negative acknowledgement

  • Add nack method to the Message interface
  • Explain ack / nack on the Emitter javadoc
  • Extend specification to cover negative acknowledgement
  • Extend TCK to verify acknowledgement and negative-acknowledgement

@eclipse-microprofile-bot
Copy link
Contributor

Can one of the admins verify this patch?

@Emily-Jiang
Copy link
Member

@cescoffier can you raise an issue to explain the use case for nack so that it can be referenced in the release note?

@cescoffier
Copy link
Contributor Author

@Emily-Jiang forgot to add the linked issue, it was already created by @Azquelt.

* Add `nack` method to the `Message` interface
* Explain `ack` / `nack` on the `Emitter` javadoc
* Extend specification to cover negative acknowledgement
* Extend TCK to verify acknowledgement and negative-acknowledgement

Signed-off-by: Clement Escoffier <clement.escoffier@gmail.com>
Copy link
Member

@Emily-Jiang Emily-Jiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

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.

Add support for reporting message processing failure, as well as acknowledgement
3 participants