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 241de4b fix the bug, can not update topic when the update
topicName is contained by an existed topic as a part (#11686)
add 098ba16 [C++] Make some clean up methods thread safe (#11762)
No new revisions were added by this update.
Summary of changes:
pulsar-client-cpp/lib/ClientImpl.cc | 13 ++++++++++++-
pulsar-client-cpp/lib/ConnectionPool.cc | 14 +++++++++++++-
pulsar-client-cpp/lib/ConnectionPool.h | 9 ++++++++-
pulsar-client-cpp/lib/ExecutorService.cc | 7 +++++++
pulsar-client-cpp/lib/ExecutorService.h | 3 +++
pulsar-client-cpp/lib/LogUtils.h | 2 +-
pulsar-client-cpp/lib/Producer.cc | 1 -
pulsar-client-cpp/lib/auth/athenz/ZTSClient.cc | 10 ++++++++++
pulsar-client-cpp/tests/BinaryLookupServiceTest.cc | 2 --
pulsar-client-cpp/tests/CustomLoggerTest.cc | 4 ++--
pulsar-client-cpp/tests/MessageTest.cc | 2 --
pulsar-client-cpp/tests/ReaderConfigurationTest.cc | 3 ---
12 files changed, 56 insertions(+), 14 deletions(-)