In a case where the steps of a saga relay on local resources (e.g, temp files) from previous steps, is it possible to force those steps to execute on a given consumer (say the one that fired the event which created the saga)?
I can get around this by creating a centralized file store location, but I am just curious if its possible.