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

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


    from 07e81bc56fd [fix][broker] Continue using the next provider for 
authentication if one fails (#23797)
     new ba38433bd42 [fix][client] Make DeadLetterPolicy & KeySharedPolicy 
serializable (#23718)
     new ff0d45420fb [fix][client] Cannot access message data inside 
ProducerInterceptor#onSendAcknowledgement (#23791)
     new 376eea73342 [fix][broker] Skip to persist cursor info if it failed by 
cursor closed (#23615)
     new b0df8d11b81 Msg delivery is stuck due to items in the collection 
recentlyJoinedConsumers are out-of-order (#23795)

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:
 .../bookkeeper/mledger/impl/ManagedCursorImpl.java |  7 ++
 ...istentStickyKeyDispatcherMultipleConsumers.java | 40 ++++++++++-
 .../pulsar/broker/service/BatchMessageTest.java    |  5 +-
 ...ntStickyKeyDispatcherMultipleConsumersTest.java | 81 ++++++++++++++++++++++
 .../apache/pulsar/client/api/InterceptorsTest.java | 44 ++++++++++++
 .../apache/pulsar/client/api/DeadLetterPolicy.java |  4 +-
 .../apache/pulsar/client/api/KeySharedPolicy.java  |  5 +-
 .../java/org/apache/pulsar/client/api/Range.java   |  4 +-
 .../apache/pulsar/client/impl/ProducerImpl.java    | 28 ++++----
 .../impl/conf/ConsumerConfigurationData.java       |  4 +-
 .../client/impl/conf/ReaderConfigurationData.java  |  2 +-
 .../impl/conf/ConsumerConfigurationDataTest.java   | 50 +++++++++++++
 12 files changed, 251 insertions(+), 23 deletions(-)

Reply via email to