Replies: 2 comments
-
@flomickl this sounds for me more like a discussion |
Beta Was this translation helpful? Give feedback.
0 replies
-
so do I have to adjust the output strategy other than .keep() or append() if I use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Body
I tried to remove some values from the stream using the removeFieldBySelector
Full code here:
streampipes/streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/latlngtojtspoint/LatLngToJtsPointProcessor.java
Line 105 in 8d0aea2
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.
Beta Was this translation helpful? Give feedback.
All reactions