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 12:57:47 UTC

[GitHub] [streampipes] dominikriemer opened a new issue, #325: NullPointer in JS Evaluator if no event is returned

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

   Currently users must return an event. It should also be possible to filter events out of the data stream. In that case nothing should be returned. 
   
   e.g.:
   
   if (value \> 5) {
   
      return event;
   
   } 
   
   Imported from Jira [STREAMPIPES-170](https://issues.apache.org/jira/browse/STREAMPIPES-170). 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 #325: NullPointer in JS Evaluator if no event is returned

Posted by GitBox <gi...@apache.org>.
dominikriemer closed issue #325: NullPointer in JS Evaluator if no event is returned
URL: https://github.com/apache/streampipes/issues/325


-- 
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