You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by bo...@apache.org on 2022/12/07 06:34:57 UTC

[pulsar] branch branch-2.9 updated (52d818a0e56 -> 19ff5526409)

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

bogong pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 52d818a0e56 [fix][cli] Check numMessages after incrementing counter (#17826)
     add 19ff5526409 [refactor][java] Unify the acknowledge process for batch and non-batch message IDs (#17833)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/client/impl/ConsumerAckTest.java | 256 +++++++++++++++++++++
 .../pulsar/client/impl/BatchMessageIdImpl.java     |   6 +
 .../PersistentAcknowledgmentsGroupingTracker.java  | 139 +++++------
 3 files changed, 333 insertions(+), 68 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/client/impl/ConsumerAckTest.java