Skip to content

Commit

Permalink
Merge pull request #120 from dolittle/stream-aggregate-events
Browse files Browse the repository at this point in the history
Adds aggregateRootVersion field to CommittedAggregateEvent
  • Loading branch information
woksin authored Sep 2, 2022
2 parents ab3cabf + 282025b commit df87ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Runtime/Events/Committed.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ message CommittedAggregateEvents {
artifacts.Artifact eventType = 4;
bool public = 5;
string content = 6;
uint64 aggregateRootVersion = 7; // The aggregate root version the event was applied to
}
string eventSourceId = 1;
protobuf.Uuid aggregateRootId = 2;
Expand Down

0 comments on commit df87ac6

Please sign in to comment.