Replies: 1 comment
-
Hey! 👋
Yes, any message which passes through that processor will be deleted (just like using a
No, it's called once on startup. If you want to perform some initialisation before processing every message, then you have to call that logic inside the |
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
-
Hello,
If I have Processor plugin, thats returns an empty
service.MessageBatch
, something like this:Is it safe to assume that the message is dropped? (i.e. processors downstream of this processor won't be called?)
Another question I have, is the constructor of processor plugin called once or per message?
Beta Was this translation helpful? Give feedback.
All reactions