DongyuanPan commented on code in PR #314:
URL: https://github.com/apache/rocketmq-mqtt/pull/314#discussion_r2149281855


##########
mqtt-ds/src/main/java/org/apache/rocketmq/mqtt/ds/config/ServiceConf.java:
##########
@@ -46,6 +46,10 @@ public class ServiceConf {
     private String metaAddr;
     private long retainMsgExpire = 3 * 24 * 60 * 60 * 1000L;
 
+    private boolean enableMetaModule = true;
+    private String staticFirstTopics;
+    private String localAddress;

Review Comment:
   Why do you need staticFirstTopics and localAddress?



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