yulangz commented on code in PR #542:
URL: https://github.com/apache/rocketmq-clients/pull/542#discussion_r1226633913
##########
cpp/source/rocketmq/include/ClientImpl.h:
##########
@@ -94,6 +94,10 @@ class ClientImpl : virtual public Client {
client_config_.request_timeout = absl::FromChrono(request_timeout);
}
+ void withEnableSsl(bool enable) {
Review Comment:
done
##########
cpp/source/rocketmq/include/SimpleConsumerImpl.h:
##########
@@ -61,6 +61,10 @@ class SimpleConsumerImpl : public ClientImpl, public
std::enable_shared_from_thi
long_polling_duration_ = receive_timeout;
}
+ void withEnableSsl(bool enable) {
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]