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
When all HandlerTransactions are resolved, we resolve the MainTransaction and delete all related Transactions like MainTransaction -> ...N SpreadTransaction, where N is the number of replicas that will receive the event.
It doesn't allow us to monitor or check about resolved events.
We should have something like a StaggedTransaction with a TTL & optionally a callback to add custom data/store it in another DB.
here is a draft of the structure with some key elements
When all
HandlerTransactions
are resolved, we resolve theMainTransaction
and delete all related Transactions likeMainTransaction
->...N SpreadTransaction
, where N is the number of replicas that will receive the event.It doesn't allow us to monitor or check about resolved events.
We should have something like a
StaggedTransaction
with a TTL & optionally a callback to add custom data/store it in another DB.here is a draft of the structure with some key elements
The text was updated successfully, but these errors were encountered: