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

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


    from d4224635695 [fix][misc] Bump GRPC version to 1.55.3 to fix CVE (#21057)
     new 3b085eab913 [fix][client] Fix consumer can't consume resent chunked 
messages (#21070)
     new fab85bdaf40 [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