This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 2bd982a3caa [fix][client] Fix LoadManagerReport not found (#23886)
new 5350ff7c094 [improve][fn] Set default tenant and namespace for
ListFunctions cmd (#23881)
new 5543857db99 [improve][test] Support decorating topic, subscription,
dispatcher, ManagedLedger and ManagedCursors instances in tests (#23892)
new 32a0fd5d01a [fix][broker] Apply dispatcherMaxReadSizeBytes also for
replay reads for Shared and Key_Shared subscriptions (#23894)
The 3 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:
.../mledger/impl/ManagedLedgerFactoryImpl.java | 15 +-
.../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 10 +-
.../pulsar/broker/ManagedLedgerClientFactory.java | 14 +-
.../apache/pulsar/broker/service/TopicFactory.java | 5 +
.../PersistentDispatcherMultipleConsumers.java | 13 +-
.../service/persistent/PersistentSubscription.java | 139 ++++++++------
.../broker/service/persistent/PersistentTopic.java | 12 +-
...tDispatcherMultipleConsumersReadLimitsTest.java | 144 ++++++++++++++
...ntStickyKeyDispatcherMultipleConsumersTest.java | 4 +
.../testinterceptor/BrokerTestInterceptor.java | 212 +++++++++++++++++++++
.../apache/pulsar/admin/cli/CmdFunctionsTest.java | 13 ++
.../org/apache/pulsar/admin/cli/CmdFunctions.java | 10 +
12 files changed, 513 insertions(+), 78 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/PersistentDispatcherMultipleConsumersReadLimitsTest.java
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/testinterceptor/BrokerTestInterceptor.java