lizhanhui commented on code in PR #542:
URL: https://github.com/apache/rocketmq-clients/pull/542#discussion_r1226447897
##########
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:
withEnableSsl sounds weird.
Rename it to `withTls` or `withSsl`
--
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]