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 f657bf8a36d [ML] Fix race condition in updating lastMarkDeleteEntry
field (#15031)
new 81beccdbf0b [Client] Add test to ensure the message order in listener
callbacks (#15049)
new d81bb184aba [C++] Fix single message metadata not set correctly
(#15072)
The 2 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/api/SimpleProducerConsumerTest.java | 30 +++++++++
pulsar-client-cpp/lib/Commands.cc | 31 ++++++---
pulsar-client-cpp/lib/Message.cc | 26 ++++++++
pulsar-client-cpp/tests/BatchMessageTest.cc | 78 ++++++++++++++++++++++
pulsar-client-cpp/tests/SchemaTest.cc | 34 ++++++++++
.../apache/pulsar/client/impl/ConsumerBase.java | 9 ++-
.../apache/pulsar/client/impl/ConsumerImpl.java | 10 ---
.../client/impl/MultiTopicsConsumerImpl.java | 4 +-
.../pulsar/client/impl/ZeroQueueConsumerImpl.java | 2 +-
9 files changed, 197 insertions(+), 27 deletions(-)