This is an automated email from the ASF dual-hosted git repository.
xyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 5cf3fa0d805 Fix when nextValidLedger is null cause npe (#13975)
add 6f41fdebf64 [C++] Fix single message metadata not set correctly
(#15072)
No new revisions were added by this update.
Summary of changes:
pulsar-client-cpp/lib/Commands.cc | 31 ++++++---
pulsar-client-cpp/lib/Message.cc | 26 ++++++++
pulsar-client-cpp/tests/BatchMessageTest.cc | 78 ++++++++++++++++++++++
.../tests/ProtobufNativeSchemaTest.cc | 3 +
pulsar-client-cpp/tests/SchemaTest.cc | 34 ++++++++++
5 files changed, 161 insertions(+), 11 deletions(-)