-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-1006: Fix listener ack for
Mono<Void>
Fixes #1006 When listener method returns `Mono<Void>`, the `success` callback is not called from the Reactor because there is no value to handle. * Move `basicAck()` to the `completeConsumer` which is called when `Mono` is completed successfully with value or without **Cherry-pick to 2.1.x**
- Loading branch information
1 parent
14d421d
commit e220c2f
Showing
2 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters