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
I am curious if it is possible to mutate events inside of event handlers with this library? It seems to be possible in the original LMAX disruptor, but not here?
Thank you in advance for your response.
The text was updated successfully, but these errors were encountered:
Hi, no, in short, it's not possible.
You can only get a Producer after giving ownership of the event processors to the disruptor so it's not even possible to pass a Producer to an event processor and publish that way.
Is there any particular scenario you're trying to achieve?
Hello,
I am curious if it is possible to mutate events inside of event handlers with this library? It seems to be possible in the original LMAX disruptor, but not here?
Thank you in advance for your response.
The text was updated successfully, but these errors were encountered: