This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from c1e9f9e Fix single-quotes added to user-conf (#8780)
new 3ad1730 [C++] Fix race condition in BlockingQueue (#8765)
new 2f9f639 [Issue 8787][C++] Add reader internal subscription name
setter. (#8823)
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:
.../include/pulsar/ReaderConfiguration.h | 7 +++
pulsar-client-cpp/lib/BlockingQueue.h | 12 ++---
pulsar-client-cpp/lib/ReaderConfiguration.cc | 9 ++++
pulsar-client-cpp/lib/ReaderConfigurationImpl.h | 1 +
pulsar-client-cpp/lib/ReaderImpl.cc | 11 +++--
pulsar-client-cpp/tests/BlockingQueueTest.cc | 39 +++++++++++++++
pulsar-client-cpp/tests/ReaderTest.cc | 57 ++++++++++++++++++++++
7 files changed, 127 insertions(+), 9 deletions(-)