charlely commented on a change in pull request #453:
URL: https://github.com/apache/incubator-tubemq/pull/453#discussion_r609480062
##########
File path: tubemq-client-twins/tubemq-client-cpp/include/tubemq/tubemq_config.h
##########
@@ -34,6 +34,42 @@ using std::set;
using std::string;
+// configure for log, thread pool etc.
+class TubeMQServiceConfig {
+ public:
+ TubeMQServiceConfig();
+ ~TubeMQServiceConfig();
+ TubeMQServiceConfig& operator=(const TubeMQServiceConfig& target);
+ void setLogCofigInfo(int32_t log_max_num,
Review comment:
The public function first letter needs to be capitalized.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]