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

Improvements to post-processing ack management #2742

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

ozangunalp
Copy link
Collaborator

@ozangunalp ozangunalp commented Aug 29, 2024

In addition to closing #2732 and #2733 we introduce post-processsing acknowledgement support for the following signatures :

  • @Outgoing @Incoming Message<O> method(I payload)
  • @Outgoing @Incoming CompletionStage<Message<O>> method(I payload)
  • @Outgoing @Incoming Uni<Message<O>> method(I payload)
  • @Outgoing @Incoming Message<O> method(Message<I> payload)

For the last one, if acknowledgments are already handled in the method, there will be duplicate (n)acks.

@ozangunalp ozangunalp force-pushed the ack_management branch 3 times, most recently from 1d871c6 to 728c022 Compare September 4, 2024 08:56
@ozangunalp ozangunalp marked this pull request as ready for review September 4, 2024 09:02
@ozangunalp ozangunalp merged commit da136ac into smallrye:main Sep 4, 2024
4 checks passed
@ozangunalp ozangunalp added this to the 4.25.0 milestone Sep 25, 2024
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.

2 participants