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
Allow the FSM to have pluggable backend state persistence storage. The idea is to not do a full-fledged replicated state machine but just to allow a resume-able state machine that can survive process deaths and/or reallocation to different machines. This will involve a degree of rework of the stateFlowStack or a suitable representation of it in a safe storage format like protobuf.
The text was updated successfully, but these errors were encountered:
Allow the FSM to have pluggable backend state persistence storage. The idea is to not do a full-fledged replicated state machine but just to allow a resume-able state machine that can survive process deaths and/or reallocation to different machines. This will involve a degree of rework of the stateFlowStack or a suitable representation of it in a safe storage format like protobuf.
The text was updated successfully, but these errors were encountered: