Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#3179): new processor sensorlimitalert #3180

Merged
merged 3 commits into from
Aug 29, 2024

Conversation

tenthe
Copy link
Contributor

@tenthe tenthe commented Aug 23, 2024

Purpose

Implement process described in #3179

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

@tenthe tenthe linked an issue Aug 23, 2024 that may be closed by this pull request
@github-actions github-actions bot added java Pull requests that update Java code pipeline elements Relates to pipeline elements backend Everything that is related to the StreamPipes backend documentation Everything related to documentation testing Relates to any kind of test (unit test, integration, or E2E test). labels Aug 23, 2024
@@ -36,7 +36,7 @@
import org.apache.streampipes.wrapper.params.compat.ProcessorParams;
import org.apache.streampipes.wrapper.standalone.StreamPipesDataProcessor;

public class QualityControlLimitsEnrichment extends StreamPipesDataProcessor {
public class QualityControlLimitsEnrichmentProcessor extends StreamPipesDataProcessor {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use the IStreamPipesDataProcessor interface instead of extending StreamPipesDataProcessor?
https://streampipes.apache.org/docs/extend-tutorial-data-processors/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I changed it. Is there a reason why we did not deprecate StreamPipesDataProcessor?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably because we didn't want to refactor all existing pipeline elements ;-)

@tenthe tenthe merged commit 2c997f0 into dev Aug 29, 2024
21 checks passed
@tenthe tenthe deleted the 3179-new-processor-sensorlimitalert branch August 29, 2024 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything that is related to the StreamPipes backend documentation Everything related to documentation java Pull requests that update Java code pipeline elements Relates to pipeline elements testing Relates to any kind of test (unit test, integration, or E2E test).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Processor: SensorLimitAlert
2 participants