This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 639eb63 [website] remove website-next because it had been migrated to
repo (#14640)
add f94eba9 [C++] Fix thread safety issue for multi topic consumer
(#14380)
No new revisions were added by this update.
Summary of changes:
pulsar-client-cpp/lib/MultiTopicsConsumerImpl.cc | 166 +++++++++------------
pulsar-client-cpp/lib/MultiTopicsConsumerImpl.h | 5 +-
pulsar-client-cpp/lib/SynchronizedHashMap.h | 127 ++++++++++++++++
pulsar-client-cpp/tests/ConsumerTest.cc | 13 +-
pulsar-client-cpp/tests/SynchronizedHashMapTest.cc | 125 ++++++++++++++++
5 files changed, 335 insertions(+), 101 deletions(-)
create mode 100644 pulsar-client-cpp/lib/SynchronizedHashMap.h
create mode 100644 pulsar-client-cpp/tests/SynchronizedHashMapTest.cc