This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a commit to branch container
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git

commit abc14f989e33b8de63fb3590168f31bd00da6ca5
Author: Zhanhui Li <[email protected]>
AuthorDate: Fri Sep 23 14:51:41 2022 +0800

    Remove target name override
---
 cpp/source/client/ClientManagerImpl.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cpp/source/client/ClientManagerImpl.cpp 
b/cpp/source/client/ClientManagerImpl.cpp
index a39bb73..d81c490 100644
--- a/cpp/source/client/ClientManagerImpl.cpp
+++ b/cpp/source/client/ClientManagerImpl.cpp
@@ -81,8 +81,6 @@ ClientManagerImpl::ClientManagerImpl(std::string 
resource_namespace)
    */
   channel_arguments_.SetInt(GRPC_ARG_ENABLE_RETRIES, 0);
 
-  channel_arguments_.SetSslTargetNameOverride("localhost");
-
   SPDLOG_INFO("ClientManager[ResourceNamespace={}] created", 
resource_namespace_);
 }
 

Reply via email to