This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from eddc5f0 [api][pulsar-client]Add get version command for pulsar rest
api, pulsar-admin, pulsar-client (#9975)
new adc04f6 [Pulsar-sql]Using pulsar SQL query messages will appear
`NoSuchLedger… (#9910)
new 668c692 [C++] Fix paused zero queue consumer still pre-fetches
messages (#10036)
new 5d00904 bugfix for wrong timeunit in updating
lastLedgerCreationInitiationTimestamp (#10049)
new a23f31c Fix possible name mismatch bugs when build wheel files within
docker (#10051)
new 8ed886e Upgrade Netty version to 4.1.60.final (#10073)
new 0eb7311 Fix checkstyle issue
new a187eb7 [ISSUE 9783][pulsar-client] Allow pulsar client receive
external timer (#9802)
The 7 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:
distribution/server/src/assemble/LICENSE.bin.txt | 36 +++----
.../mledger/impl/ManagedLedgerFactoryImpl.java | 2 +-
.../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 2 +-
.../ManagedLedgerFactoryChangeLedgerPathTest.java | 36 +++++++
pom.xml | 4 +-
.../docker/build-wheel-file-within-docker.sh | 2 +-
pulsar-client-cpp/lib/ConsumerImpl.cc | 57 ++++-------
pulsar-client-cpp/lib/ConsumerImpl.h | 12 +--
pulsar-client-cpp/lib/MultiTopicsConsumerImpl.cc | 2 +-
pulsar-client-cpp/lib/PartitionedConsumerImpl.cc | 2 +-
pulsar-client-cpp/tests/ZeroQueueSizeTest.cc | 107 +++++++++++++++++++++
.../pulsar/client/impl/PulsarClientImpl.java | 19 +++-
.../pulsar/client/impl/PulsarClientImplTest.java | 32 ++++++
.../pulsar/proxy/server/ProxyConnection.java | 4 +-
.../apache/pulsar/proxy/server/ProxyService.java | 11 +++
pulsar-sql/presto-distribution/LICENSE | 28 +++---
.../pulsar/sql/presto/PulsarConnectorCache.java | 5 +-
17 files changed, 273 insertions(+), 88 deletions(-)