Caideyipi commented on code in PR #12275:
URL: https://github.com/apache/iotdb/pull/12275#discussion_r1549384560


##########
iotdb-client/service-rpc/src/main/java/org/apache/iotdb/rpc/subscription/config/ConsumerConstant.java:
##########
@@ -25,12 +25,24 @@ public class ConsumerConstant {
 
   public static final String HOST_KEY = "host";
   public static final String PORT_KEY = "port";
+  public static final String NODE_URLS_KEY = "node-urls";
+
   public static final String USERNAME_KEY = "username";
   public static final String PASSWORD_KEY = "password";
 
   public static final String CONSUMER_ID_KEY = "consumer-id";
   public static final String CONSUMER_GROUP_ID_KEY = "group-id";
 
+  /////////////////////////////// hidden ///////////////////////////////
+
+  public static final String HEARTBEAT_INTERVAL_KEY = "heartbeat-interval"; // 
unit: ms

Review Comment:
   Better add unit "ms" to the variables and strings to be in consistent of 
other plugin constants.



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