Skip to content

Commit

Permalink
[#1583] Remove deprecated processor Cusum (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe authored May 25, 2023
1 parent f564e07 commit 8387080
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 329 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import org.apache.streampipes.messaging.jms.SpJmsProtocolFactory;
import org.apache.streampipes.messaging.kafka.SpKafkaProtocolFactory;
import org.apache.streampipes.messaging.mqtt.SpMqttProtocolFactory;
import org.apache.streampipes.processors.changedetection.jvm.cusum.CusumController;
import org.apache.streampipes.processors.changedetection.jvm.welford.WelfordChangeDetection;
import org.apache.streampipes.service.extensions.ExtensionsModelSubmitter;

Expand All @@ -45,7 +44,6 @@ public SpServiceDefinition provideServiceDefinition() {
"",
8090)
.registerPipelineElements(
new CusumController(),
new WelfordChangeDetection()
)
.registerMessagingFormats(
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 8387080

Please sign in to comment.