SteveYurongSu commented on code in PR #13100:
URL: https://github.com/apache/iotdb/pull/13100#discussion_r1708506763
##########
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/config/constant/PipeConnectorConstant.java:
##########
@@ -130,6 +130,13 @@ public class PipeConnectorConstant {
public static final String SINK_WEBSOCKET_PORT_KEY = "sink.websocket.port";
public static final int CONNECTOR_WEBSOCKET_PORT_DEFAULT_VALUE = 8080;
+ public static final String CONNECTOR_OPC_UA_MODEL_KEY =
"connector.opcua.model";
+ public static final String SINK_OPC_UA_MODEL_KEY = "sink.opcua.model";
+ public static final String CONNECTOR_OPC_UA_MODEL_CLIENT_SERVER_VALUE =
"client-server";
+ public static final String CONNECTOR_OPC_UA_MODEL_PUB_SUB_VALUE = "pub-sub";
+ public static final String CONNECTOR_OPC_UA_MODEL_DEFAULT_VALUE =
+ CONNECTOR_OPC_UA_MODEL_CLIENT_SERVER_VALUE;
Review Comment:
```suggestion
CONNECTOR_OPC_UA_MODEL_PUB_SUB_VALUE;
```
--
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]