-
Notifications
You must be signed in to change notification settings - Fork 215
Transformers don't seem to be able to drop messages #93
Comments
Good call, I think the best way to handle this is to create a new |
Sounds good - it has to be n Noop (as d for Drop is taken by Delete :) )... |
ha, good call, also, I'm not seeing where the codebase supported the ability to drop messages in transformer functions, can you show me an example where you had this working? |
https://www.compose.io/articles/transporter-transformers-powering-up-your-data-transfer/ Creating and Skipping and Counting... These worked with hosted transporter, but I think I need to consult with Nick on the history. |
I think we're talking effective side effect which has just iterated out, so bringing it back officially as Noop would be most excellent. |
Looking back through the changes to |
👍 good plan |
In 0.0.4, passing the better Msg object - and having to return it - means you can't return false - it generates an error message.
In previous versions, returning false (or some other non map/interface type) would mean the message was dropped from the pipeline.
The text was updated successfully, but these errors were encountered: