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

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


    from f6d20716e7a [fix][broker] Make sure all inflight writes have finished  
before completion of compaction (#21067)
     new 906fbbacc53 [fix][client] Fix consumer can't consume resent chunked 
messages (#21070)
     new 4503540c80f [fix][client] Fix cannot retry chunk messages and send to 
DLQ (#21048)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../pulsar/client/api/DeadLetterTopicTest.java     | 48 +++++++++++++++++----
 .../pulsar/client/impl/MessageChunkingTest.java    | 41 ++++++++++++++++++
 .../apache/pulsar/client/impl/ConsumerImpl.java    | 18 +++++++-
 .../pulsar/client/impl/MessageIdAdvUtils.java      |  3 ++
 .../apache/pulsar/client/impl/ProducerImpl.java    |  6 +++
 .../pulsar/client/impl/UnAckedMessageTracker.java  |  7 +++-
 .../client/impl/UnAckedMessageTrackerTest.java     | 49 +++++++++++++++++++++-
 7 files changed, 159 insertions(+), 13 deletions(-)

Reply via email to