This is an automated email from the ASF dual-hosted git repository.

xyz pushed a change to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 460f1842615 [Python] Generate universal2 wheel files for MacOS (#15054)
     new 142dfdb9799 [Client] Add test to ensure the message order in listener 
callbacks (#15049)
     new e9202ccbbac [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 ++++++++++++++++++++++
 .../tests/ProtobufNativeSchemaTest.cc              |  3 +
 pulsar-client-cpp/tests/SchemaTest.cc              | 34 ++++++++++
 .../apache/pulsar/client/impl/ConsumerBase.java    |  9 ++-
 .../apache/pulsar/client/impl/ConsumerImpl.java    |  6 --
 .../client/impl/MultiTopicsConsumerImpl.java       |  4 +-
 .../pulsar/client/impl/ZeroQueueConsumerImpl.java  |  2 +-
 10 files changed, 200 insertions(+), 23 deletions(-)

Reply via email to