You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by "flomickl (via GitHub)" <gi...@apache.org> on 2023/02/11 22:52:12 UTC

[I] Cannot remove values from event stream without breaking pipeline stream (streampipes)

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

   ### Body
   
   I tried to remove some values from the stream using the removeFieldBySelector
   
   ```
    event.removeFieldBySelector(latitudeMapper);
    event.removeFieldBySelector(longitudeMapper);
   ```
   
   Full code here:
   https://github.com/apache/streampipes/blob/8d0aea2a4bb9c9736512e527a199796ae25071ec/streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/latlngtojtspoint/LatLngToJtsPointProcessor.java#L105
   
   
   
   The values are removed from the stream, but something unknown, strange happens.
   The next processor will not receive any events!
   
   Is something wrong with the output strategy???
   
   
   Workflow and example data can be found here
   https://cwiki.apache.org/confluence/x/QZBbDg
   and uncomment this lines. 
   
   ### StreamPipes Committer
   
   I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.


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


Re: [I] Cannot remove values from event stream without breaking pipeline stream (streampipes)

Posted by "bossenti (via GitHub)" <gi...@apache.org>.
bossenti commented on issue #1270:
URL: https://github.com/apache/streampipes/issues/1270#issuecomment-1427074271

   @flomickl this sounds for me more like a discussion
   If you don't agree, feel free to revert it to an issue


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


Re: [I] Cannot remove values from event stream without breaking pipeline stream (streampipes)

Posted by "bossenti (via GitHub)" <gi...@apache.org>.
bossenti closed issue #1270: Cannot remove values from event stream without breaking pipeline stream
URL: https://github.com/apache/streampipes/issues/1270


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