charlely commented on code in PR #6612:
URL: https://github.com/apache/inlong/pull/6612#discussion_r1032115583


##########
inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/include/tubemq/tubemq_config.h:
##########
@@ -201,6 +199,15 @@ class ConsumerConfig : public BaseConfig {
   int32_t shutdown_reb_wait_period_ms_;
 };
 
+class ProducerConfig : public BaseConfig {
+ public:
+  ProducerConfig();
+  ~ProducerConfig();
+
+ private:
+  set<string> pub_topics;

Review Comment:
   Code style is class member pub_topics_ 



-- 
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]

Reply via email to