You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/10/27 04:59:58 UTC

[GitHub] [iotdb] qiaojialin commented on a diff in pull request #7742: [To rel/0.13] [IOTDB-4767] Support fetching all connection info in Session & SessionPool

qiaojialin commented on code in PR #7742:
URL: https://github.com/apache/iotdb/pull/7742#discussion_r1006402001


##########
thrift/src/main/thrift/rpc.thrift:
##########
@@ -439,6 +439,22 @@ struct TSBackupConfigurationResp {
   4: optional i32 secondaryPort
 }
 
+enum TSConnectionType {
+  THRIFT_BASED
+  MQTT_BASED
+}
+
+struct TSConnectionInfo {
+  1: required string userName
+  2: required i64 logInTime

Review Comment:
   ```suggestion
     2: required i64 loginTime
   ```



-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org