You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably the best way to implement it is via matcher property.
The question is what to do with the remaining input stream.
It can be terminated or read. Both situation make a bit sense.
If data came from a socket it would be wise to read it all so that socket can be reused.
If data came from a pipe it makes sense to close it immediately.
Note that this can be also used do e.g. split even / odd records to multiple files / sockets / pipes
But there is one more thing to consider, currently. trigger, extract strategy are actually hitting all matcher
while convert, filter will hit only the first matcher
No description provided.
The text was updated successfully, but these errors were encountered: