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
Both the repo and the originating client know the originating client's clientId. So they both can perform this operation -- the repo for creating the eventId, the originating client for checking the eventId against previously sent commandIds. No other client can reproduce it, but we're still certain every eventId is unique.
The event uses the tuple
(clientId; commandId)
to refer to an event.Q: Does this expose too much about the origin? Maybe other clients should not know that change came from that client? (might be related to #276)
Can a command id be mentioned in more than one event?
Pro:
Con:
Working assumption: All events relating to the same command MUST be grouped in one "transaction" (#281)
The text was updated successfully, but these errors were encountered: