This is an automated email from the ASF dual-hosted git repository.
xiangying pushed a change to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from ddd9bc2fdc7 [improve] [broker] Improve cache handling for partitioned
topic metadata when doing lookup (#21063)
new 13b25213f77 [fix][broker]Fix chunked messages will be filtered by
duplicating (#20948)
new ea4cc4f9b49 [fix][client] Fix consumer can't consume resent chunked
messages (#21070)
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:
.../service/persistent/MessageDeduplication.java | 34 ++++-
.../impl/MessageChunkingDeduplicationTest.java | 166 +++++++++++++++++++++
.../pulsar/client/impl/MessageChunkingTest.java | 54 +++++++
.../apache/pulsar/client/impl/ConsumerImpl.java | 50 ++++++-
4 files changed, 296 insertions(+), 8 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/MessageChunkingDeduplicationTest.java