Hi,
I receive big payload via REST API. Then I send command via command gateway and in aggregate I hadle the command and publish an event which trigers a saga which processes the payload from REST API.
The problem is that the payload received from REST API is strored with the event which I want to avoid. Could you please suggest how to run the saga without polluting the event store with the payload from REST API?
Thanks
Pavel