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
Similarly to nested transaction, I want to be able to automatically created nested Sagas. This can easily be done by injecting the SagaContext into the CoroutineContext, if nested sagas are configured, and any nested Saga could automatically be nested into the parent. This machinery should be internal to Resilience, so all new code to add this functionality should be private, and not inlined.
What's the expected behaviour of a nested saga? Right now I think you can actually nest sagaScope blocks just fine. Is there a behaviour not covered by that?
What version are you currently using?
2.0.0-alpha.1
What would you like to see?
Similarly to nested transaction, I want to be able to automatically created nested Sagas. This can easily be done by injecting the
SagaContext
into theCoroutineContext
, if nested sagas are configured, and any nested Saga could automatically be nested into the parent. This machinery should be internal to Resilience, so all new code to add this functionality should be private, and not inlined.The text was updated successfully, but these errors were encountered: