This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 16cf802 fix flaky in step2 and step3 (#12954)
new 9c24f79 KeyShared stickyHashRange subscription: prevent stuck
subscription in case of consumer restart (#14014)
new a9ffed9 [Schema] Fix parse BigDecimal (#14019)
new b5160f7 Fix NPE of cumulative ack mode and incorrect unack message
count (#14021)
new 735f700 [Transaction] Fix individual ack with transaction decrease
unAckMessageCounnt (#14020)
The 4 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:
.../org/apache/pulsar/broker/service/Consumer.java | 37 +++---
...istentStickyKeyDispatcherMultipleConsumers.java | 1 +
.../BatchMessageWithBatchIndexLevelTest.java | 68 +++++++++++
.../client/api/KeySharedSubscriptionTest.java | 128 +++++++++++++++++++++
.../client/impl/TransactionEndToEndTest.java | 70 +++++++++--
.../pulsar/client/impl/schema/AvroSchema.java | 9 +-
.../pulsar/client/impl/schema/util/SchemaUtil.java | 2 +-
.../pulsar/client/impl/schema/AvroSchemaTest.java | 23 +++-
8 files changed, 313 insertions(+), 25 deletions(-)