Closed bartelink closed 4 years ago
In order to support roundtripping the EventId used to identify and/or deduplicate events in EventStore, SqlStreamStore and more:
EventId
IEventData
Guid
TimelineEvent
Guid.Empty
EventData
Guid.NewGuid()
In order to support roundtripping the
EventId
used to identify and/or deduplicate events in EventStore, SqlStreamStore and more:IEventData
should expose it (as aGuid
)TimelineEvent
ctor should all-but require one (default toGuid.Empty
if nothing relevant available on a given store)EventData
ctor should default it toGuid.NewGuid()