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

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


    from 8ca3941c00e [fix][test][branch-2.10] Fix test 
TransactionEndToEndTest#testSendTxnMessageTimeout (only release branches) 
(#16570)
     new 5bc399de8ca [broker] Add config to allow deliverAt time to be strictly 
honored (#16068)
     new ee1d80a2d60 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