Skip to content

Commit

Permalink
Merge pull request #212 from overmindtech/responderUUID
Browse files Browse the repository at this point in the history
Add a ResponderUUID to identify the service(s) responding to a Request
  • Loading branch information
DavidS-ovm authored May 29, 2024
2 parents d21b105 + 22274af commit b7e26be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions responses.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,9 @@ message Response {
// UUID of the item query that this response is in relation to (in binary
// format)
bytes UUID = 4;

// The ID of the responder that is working on a response. This is used for
// internal bookkeeping and should remain constant for the duration of a
// request, preferably over the lifetime of the source process.
bytes responderUUID = 5;
}

0 comments on commit b7e26be

Please sign in to comment.