You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/11/26 14:34:49 UTC

[GitHub] [streampipes] dominikriemer opened a new issue, #589: Processing Element: Detect Value Change

dominikriemer opened a new issue, #589:
URL: https://github.com/apache/streampipes/issues/589

   The processing element should be able to detect when a numeric property change from one configured value to another (example: result=0 -\> result=5).
   ### Required Input
    * A numeric value
   
   ### Configuration
    * Value of last event (example: 0)
    * Value of current event (example: 5)
   
   ### Output 
    *  Append Strategy (changeDetected: Boolean)
   
   ### Module
    * streampipes-processors-enrich-jvm
   
   We have a new API for processors, so we only need one class (see:  [1] for an example)
   
   PS.: There could also be more configurations to make the processor more generic
   
    
   
    [1] https://github.com/apache/incubator-streampipes-extensions/tree/dev/streampipes-processors-filters-jvm/src/main/java/org/apache/streampipes/processors/filters/jvm/processor/schema
   
   Imported from Jira [STREAMPIPES-447](https://issues.apache.org/jira/browse/STREAMPIPES-447). Original Jira may contain additional context.
   Reported by: zehnder.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] dominikriemer closed issue #589: Processing Element: Detect Value Change

Posted by GitBox <gi...@apache.org>.
dominikriemer closed issue #589: Processing Element: Detect Value Change
URL: https://github.com/apache/streampipes/issues/589


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org