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 687c1b712fa [improve][doc] Improve the JavaDocs of sendAsync to avoid
improper use (#24601)
new b26934b2ff2 [fix][client]Prevent ZeroQueueConsumer from receiving
batch messages when using MessagePayloadProcessor (#24610)
new d874c3ef84e [fix][broker] Fix duplicate watcher registration after
SessionReestablished (#24621)
new 1e678f4a324 [fix][proxy] Fix TooLongFrameException with Pulsar Proxy
(#24626)
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:
.../broker/service/PulsarChannelInitializer.java | 6 +-
.../pulsar/client/api/MockBrokerService.java | 4 +-
.../pulsar/client/impl/ZeroQueueSizeTest.java | 68 ++++++++++++++++++++++
.../org/apache/pulsar/client/api/Consumer.java | 25 +++++---
.../apache/pulsar/client/api/ConsumerBuilder.java | 34 ++++++++++-
.../org/apache/pulsar/client/impl/ClientCnx.java | 5 +-
.../apache/pulsar/client/impl/ConsumerImpl.java | 2 +-
.../client/impl/PulsarChannelInitializer.java | 8 +--
.../pulsar/client/impl/ZeroQueueConsumerImpl.java | 36 +++++++++---
.../pulsar/common/protocol/FrameDecoderUtil.java | 67 +++++++++++++++++++++
.../pulsar/metadata/impl/ZKMetadataStore.java | 7 ++-
.../org/apache/pulsar/metadata/ZKSessionTest.java | 49 ++++++++++++++++
.../pulsar/proxy/server/DirectProxyHandler.java | 25 +++-----
.../proxy/server/ServiceChannelInitializer.java | 7 +--
14 files changed, 284 insertions(+), 59 deletions(-)
create mode 100644
pulsar-common/src/main/java/org/apache/pulsar/common/protocol/FrameDecoderUtil.java