OneSizeFitsQuorum commented on code in PR #13322:
URL: https://github.com/apache/iotdb/pull/13322#discussion_r1733813306


##########
iotdb-client/session/src/main/java/org/apache/iotdb/session/subscription/SubscriptionSessionConnection.java:
##########
@@ -66,6 +68,18 @@ public SubscriptionSessionConnection(
         database);
   }
 
+  @Override
+  protected void initTransport(
+      TEndPoint endPoint,
+      boolean useSSL,
+      String trustStore,
+      String trustStorePwd,
+      final BaseRpcTransportFactory rpcTransportFactory)
+      throws IoTDBConnectionException {
+    this.initTransportInternal(

Review Comment:
   use rpcTransportFactory?



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