This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from cdfe50fbedc [fix][client] Fix compatibility between kerberos and tls
(#23798)
new e5e503320d9 [fix][client] Make DeadLetterPolicy & KeySharedPolicy
serializable (#23718)
new 9efac61711f [improve][log] Print ZK path if write to ZK fails due to
data being too large to persist (#23652)
new c08c3cf3576 [fix][broker] topic policy deadlock block metadata thread.
(#23786)
new 1d44ac69e4f [fix][client] Cannot access message data inside
ProducerInterceptor#onSendAcknowledgement (#23791)
new c304bf5be93 [fix][broker] Msg delivery is stuck due to items in the
collection recentlyJoinedConsumers are out-of-order (#23795)
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:
.../bookkeeper/mledger/impl/ManagedCursorImpl.java | 6 +-
.../SystemTopicBasedTopicPoliciesService.java | 55 ++++++++-------
...tickyKeyDispatcherMultipleConsumersClassic.java | 40 ++++++++++-
.../pulsar/broker/service/BatchMessageTest.java | 5 +-
...yKeyDispatcherMultipleConsumersClassicTest.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 +++++++++++++
.../pulsar/metadata/impl/ZKMetadataStore.java | 8 ++-
.../pulsar/metadata/impl/batching/MetadataOp.java | 2 +
15 files changed, 283 insertions(+), 55 deletions(-)