This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/dev/1.3 by this push:
new 2fc1f06d673 Pipe: Make client-server the default setting of
opc-ua-sink (#14979) (#14980)
2fc1f06d673 is described below
commit 2fc1f06d6738529c30bb8f3ae6800972786f7aba
Author: Caideyipi <[email protected]>
AuthorDate: Fri Feb 28 10:39:19 2025 +0800
Pipe: Make client-server the default setting of opc-ua-sink (#14979)
(#14980)
---
.../iotdb/commons/pipe/config/constant/PipeConnectorConstant.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/config/constant/PipeConnectorConstant.java
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/config/constant/PipeConnectorConstant.java
index d886f313ef3..1c5b442c3a1 100644
---
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/config/constant/PipeConnectorConstant.java
+++
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/config/constant/PipeConnectorConstant.java
@@ -144,7 +144,7 @@ public class PipeConnectorConstant {
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_PUB_SUB_VALUE;
+ CONNECTOR_OPC_UA_MODEL_CLIENT_SERVER_VALUE;
public static final String CONNECTOR_OPC_UA_TCP_BIND_PORT_KEY =
"connector.opcua.tcp.port";
public static final String SINK_OPC_UA_TCP_BIND_PORT_KEY =
"sink.opcua.tcp.port";