Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saga persistance #282

Open
maxekman opened this issue Jan 7, 2021 · 1 comment
Open

Saga persistance #282

maxekman opened this issue Jan 7, 2021 · 1 comment

Comments

@maxekman
Copy link
Member

maxekman commented Jan 7, 2021

Add a saga middleware/layer that can help with persisting any state used by the saga.

@kevingentile
Copy link

kevingentile commented Feb 6, 2022

Related, the existing “guestlist” example defines a saga with the number of guests accepted. However, the acceptedGuests map would be lost across runs. This was misleading to me as a new user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants