Skip to content

Commit c986324

Browse files
Pipe: Enable showing WRITE_BACK_SINK (#15207)
1 parent e86ec17 commit c986324

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/agent/plugin/builtin

iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/agent/plugin/builtin/BuiltinPipePlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ public String getClassName() {
169169
WEBSOCKET_SINK.getPipePluginName().toUpperCase(),
170170
OPC_UA_SINK.getPipePluginName().toUpperCase(),
171171
OPC_DA_SINK.getPipePluginName().toUpperCase(),
172-
WRITE_BACK_SINK.getPipePluginName().toUpperCase(),
173172
SUBSCRIPTION_SINK.getPipePluginName().toUpperCase(),
174173
PIPE_CONSENSUS_ASYNC_SINK.getPipePluginName().toUpperCase())));
175174
}

0 commit comments

Comments
 (0)