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 328f30c  Revert "Fix Regression in Consumer Performance"
     new 60fe05c  [pulsar-client-cpp] Expose getLastMessageId in the Reader API 
(#11723)
     new 5293e2a  [C++] Fix hasMessageAvailable returns wrong value for last 
message (#13883)
     new 02b208c  [C++] Fix flaky tests about reference count (#14854)

The 3 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:
 pulsar-client-cpp/include/pulsar/Reader.h | 12 ++++++++
 pulsar-client-cpp/lib/ConsumerImpl.cc     |  4 +++
 pulsar-client-cpp/lib/Reader.cc           | 15 +++++++++
 pulsar-client-cpp/lib/ReaderImpl.cc       |  9 +++---
 pulsar-client-cpp/lib/ReaderImpl.h        |  5 ++-
 pulsar-client-cpp/tests/ClientTest.cc     | 26 ++++++++++++++--
 pulsar-client-cpp/tests/PulsarFriend.h    |  7 +++++
 pulsar-client-cpp/tests/ReaderTest.cc     | 51 +++----------------------------
 pulsar-client-cpp/tests/ReaderTest.h      | 32 -------------------
 9 files changed, 72 insertions(+), 89 deletions(-)
 delete mode 100644 pulsar-client-cpp/tests/ReaderTest.h

Reply via email to