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 62170e733d1 [fix][broker] Continue using the next provider for
authentication if one fails (#23797)
new b9ce087bfbb [fix][client] Make DeadLetterPolicy & KeySharedPolicy
serializable (#23718)
new f9f5be5daa8 [improve][log] Print ZK path if write to ZK fails due to
data being too large to persist (#23652)
new c981972c212 [fix][client] Cannot access message data inside
ProducerInterceptor#onSendAcknowledgement (#23791)
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:
.../bookkeeper/mledger/impl/ManagedCursorImpl.java | 6 +--
.../pulsar/broker/service/BatchMessageTest.java | 5 ++-
.../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 | 22 +++++-----
.../impl/conf/ConsumerConfigurationData.java | 4 +-
.../client/impl/conf/ReaderConfigurationData.java | 2 +-
.../impl/conf/ConsumerConfigurationDataTest.java | 50 ++++++++++++++++++++++
.../pulsar/metadata/impl/ZKMetadataStore.java | 8 +++-
.../pulsar/metadata/impl/batching/MetadataOp.java | 2 +
12 files changed, 134 insertions(+), 22 deletions(-)