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
Because of the purpose of Event Sourcing is to deterministically recreate the current state of an object by replaying the changes that happened to it, am thinking generating Identifier automatically, like NewId() or Guid.NewGuid is a bad idea!
What do you think about this?
The text was updated successfully, but these errors were encountered:
Because of the purpose of Event Sourcing is to deterministically recreate the current state of an object by replaying the changes that happened to it, am thinking generating Identifier automatically, like
NewId()
orGuid.NewGuid
is a bad idea!What do you think about this?
The text was updated successfully, but these errors were encountered: