Skip to content

Commit

Permalink
Added stream position to stream events
Browse files Browse the repository at this point in the history
  • Loading branch information
mhelleborg committed Jan 3, 2025
1 parent adf91e1 commit 821e82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Runtime/Events.Processing/StreamEvent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ message StreamEvent {
string partitionId = 2;
protobuf.Uuid scopeId = 3;
bool partitioned = 4;
uint64 streamPosition = 5;
}

0 comments on commit 821e82c

Please sign in to comment.