-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[improve][txn] Support ack message list for transaction (#15729)
* [improve][txn] Support ack message list for transaction ### Motivation Now, there is ```java doAcknowledgeWithTxn(List<MessageId> messageIdList, AckType ackType, Map<String, Long> properties, TransactionImpl txn) ``` But not interface ```java acknowledgeAsync(List<MessageId> messageIdList, Transaction txn) ```
- Loading branch information
1 parent
aabd5d0
commit 926834e
Showing
5 changed files
with
314 additions
and
9 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
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
Oops, something went wrong.