Skip to content

Commit

Permalink
use pipe Consensus Processor
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengzna committed May 26, 2024
1 parent 55bfc27 commit 7b5f3d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private static ConsensusConfig buildConsensusConfig() {
.setExtractorPluginName(
BuiltinPipePlugin.IOTDB_EXTRACTOR.getPipePluginName())
.setProcessorPluginName(
BuiltinPipePlugin.DO_NOTHING_PROCESSOR.getPipePluginName())
BuiltinPipePlugin.PIPE_CONSENSUS_PROCESSOR.getPipePluginName())
.setConnectorPluginName(
BuiltinPipePlugin.PIPE_CONSENSUS_ASYNC_CONNECTOR.getPipePluginName())
// name
Expand Down

0 comments on commit 7b5f3d3

Please sign in to comment.