You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2021/02/03 02:56:12 UTC

[pulsar] branch master updated (b3dc142 -> e006165)

This is an automated email from the ASF dual-hosted git repository.

zhaijia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from b3dc142  add missing comma (#9429)
     add e006165  [Java Client] Batch version of acknowledgeAsync will return a completed future before individual messages complete (#9383)

No new revisions were added by this update.

Summary of changes:
 .../client/api/ConsumerBatchReceiveTest.java       | 231 +++++++++++++++++----
 .../apache/pulsar/client/impl/ConsumerBase.java    |   8 +-
 .../PersistentAcknowledgmentsGroupingTracker.java  |   8 +-
 3 files changed, 197 insertions(+), 50 deletions(-)