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

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


    from aa4dbf3887f [improve][broker] Exclude system topics from namespace 
level publish and dispatch rate limiting (#23589)
     new b5c1c1c2169 [fix][test] Fix 
SimpleProducerConsumerTest.testMultiTopicsConsumerImplPauseForManualSubscription
 (#23546)
     new 3b1f359c9f9 [fix][test] Fix 
DeadLetterTopicTest.testDeadLetterTopicWithInitialSubscriptionAndMultiConsumers 
(#23552)
     new c303cc64c8f [fix][client] fix the beforeConsume() method earlier hit 
with message listener (#23578)
     new bdeab6cd6a3 [fix][broker] Broker is failing to create non-durable sub 
if topic is fenced (#23579)
     new b5dfd4b0515 [fix][sec] Upgrade Zookeeper to 3.9.3 to address 
CVE-2024-51504 (#23581)

The 5 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:
 distribution/server/src/assemble/LICENSE.bin.txt   | 12 ++--
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |  3 +-
 pom.xml                                            |  4 +-
 .../broker/service/persistent/PersistentTopic.java |  5 ++
 .../pulsar/client/api/DeadLetterTopicTest.java     |  4 +-
 .../apache/pulsar/client/api/InterceptorsTest.java | 78 ++++++++++++++++++++++
 .../client/api/SimpleProducerConsumerTest.java     | 29 +++++++-
 .../apache/pulsar/client/impl/ConsumerBase.java    |  1 +
 .../apache/pulsar/client/impl/ConsumerImpl.java    |  3 +-
 .../client/impl/MultiTopicsConsumerImpl.java       |  2 +-
 pulsar-sql/presto-distribution/LICENSE             |  4 +-
 11 files changed, 129 insertions(+), 16 deletions(-)

Reply via email to