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 367fdeb7d85 [C++] Connect timer cancellation does not call timeout
callback (#11486)
new 6e840ed1155 [improve][client-c++] Use an atomic `state_` instead of
the lock to improve performance (#16940)
new 2c5965ad4d2 [fix][cpp] Fix multi-topics consumer close segmentation
fault (#17239)
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:
pulsar-client-cpp/lib/ConsumerImpl.cc | 75 +++-------
pulsar-client-cpp/lib/HandlerBase.cc | 11 +-
pulsar-client-cpp/lib/HandlerBase.h | 2 +-
pulsar-client-cpp/lib/MultiTopicsConsumerImpl.cc | 166 +++++++++------------
pulsar-client-cpp/lib/MultiTopicsConsumerImpl.h | 7 +-
.../lib/PatternMultiTopicsConsumerImpl.cc | 5 +-
pulsar-client-cpp/lib/ProducerImpl.cc | 59 +++-----
pulsar-client-cpp/lib/SynchronizedHashMap.h | 11 ++
pulsar-client-cpp/tests/ClientTest.cc | 11 ++
pulsar-client-cpp/tests/SynchronizedHashMapTest.cc | 9 +-
10 files changed, 147 insertions(+), 209 deletions(-)