Hi,
I’m implementing some “workflow”, where based on event I need to call external service. Is it ok to call services from within sagas or is here better pattern/place where this should be invoked (special type of event handler?).
What if I need to pass request parameters to this event handlers and don’t want to store them in event metadata (mainly spring Oauth authentication)?
Thanks