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
Does Orleans provide any kind of transactional guarantees about stream messages and grain storage in single operation?
Eg. Does it implement a message outbox where message is published only when the grain state is successfully saved?
Or is adding message to a stream and saving state of a grain separate operation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I haven't found this answer in the documentation.
Does Orleans provide any kind of transactional guarantees about stream messages and grain storage in single operation?
Eg. Does it implement a message outbox where message is published only when the grain state is successfully saved?
Or is adding message to a stream and saving state of a grain separate operation?
Is there any way to make that possible?
Beta Was this translation helpful? Give feedback.
All reactions