Skip to content

Commit

Permalink
Merge pull request #119 from dolittle/stream-aggregate-events
Browse files Browse the repository at this point in the history
Don't need method for getting aggregate root version
  • Loading branch information
woksin authored Sep 2, 2022
2 parents 22dc0c8 + f86c912 commit ab3cabf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Source/Runtime/Aggregates/AggregateRoots.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ message AggregateRootAliasRegistrationResponse {
protobuf.Failure failure = 1;
}

message AggregateRootVersionRequest {
services.CallRequestContext callContext = 1;
artifacts.Artifact aggregateRoot = 2;
string eventSourceId = 3;
}

message AggregateRootVersionResponse {
protobuf.Failure failure = 1;
uint64 aggregateRootVersion = 2;
}

service AggregateRoots {
rpc RegisterAlias(AggregateRootAliasRegistrationRequest) returns(AggregateRootAliasRegistrationResponse);
rpc GetVersion(AggregateRootVersionRequest) returns(AggregateRootVersionResponse);
}

0 comments on commit ab3cabf

Please sign in to comment.