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

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


    from 6a6b04d98ac [Branch-2.10] Remove redundant pulsar-zookeeper-utils 
module (#16258)
     new 0a553e6a4be [broker] Add config to allow deliverAt time to be strictly 
honored (#16068)
     new 871fe368ec9 Avoid tracking the delays of all the message when we 
detect that they are fixed (#16609)

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:
 conf/broker.conf                                   |  10 +
 .../apache/pulsar/broker/ServiceConfiguration.java |  13 +-
 .../broker/delayed/DelayedDeliveryTracker.java     |   5 +
 .../delayed/InMemoryDelayedDeliveryTracker.java    | 128 +++++++---
 .../InMemoryDelayedDeliveryTrackerFactory.java     |   6 +-
 .../broker/service/AbstractBaseDispatcher.java     |   3 +-
 .../PersistentDispatcherMultipleConsumers.java     |  17 +-
 .../delayed/InMemoryDeliveryTrackerTest.java       | 262 ++++++++++++++++++++-
 site2/docs/concepts-messaging.md                   |   2 +
 9 files changed, 402 insertions(+), 44 deletions(-)

Reply via email to