Terms and Conditions. .. _guide-stream_discard:
The streamDiscard module
works as a sink of stream(s).
It basically reads all inputs and discard them.
You can use the streamOneToN’s TagSelectT
option to route data to this module to do dynamic data removal.
Three variants have been implemented, handling normal stream or synchronized streams.
The code implementation is a simple while
loop.