This is an automated email from the ASF dual-hosted git repository.
xyz pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from f6015a4e400 [Branch-2.8][Cherry-pick] Fix compaction subscription
acknowledge Marker msg issue. (#16918)
new 21a7528944f add artifactSet to pom.xml for
pulsar-functions-local-runner (#16565)
new 62a35900289 [fix][client-c++] Close `messages_` when
PartitionedConsumer is closed (#16887)
new 702cef7b052 [fix][function] Fix python instance not process zip file
correctly (#16697)
new 9610640e26b [fix][client]Fix client memory limit currentUsage leak and
semaphore release duplicated in ProducerImpl (#16837)
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:
.../client/impl/ProducerMemoryLimitTest.java | 29 ++++++++++
.../pulsar/client/impl/ProducerSemaphoreTest.java | 35 ++++++++++++
pulsar-client-cpp/lib/ConsumerImpl.cc | 4 ++
pulsar-client-cpp/lib/MultiTopicsConsumerImpl.cc | 4 ++
pulsar-client-cpp/lib/PartitionedConsumerImpl.cc | 7 +++
pulsar-client-cpp/tests/ConsumerTest.cc | 43 ++++++++++++++
.../apache/pulsar/client/impl/ProducerImpl.java | 5 +-
.../src/main/python/python_instance_main.py | 10 ++--
pulsar-functions/localrun-shaded/pom.xml | 66 ++++++++++++++++++----
9 files changed, 185 insertions(+), 18 deletions(-)