Skip to content

Commit

Permalink
Remove now unused attributes
Browse files Browse the repository at this point in the history
This is a separate commit to avoid breaking everything before the migration PRs have landed

ref #79
  • Loading branch information
DavidS-ovm committed May 25, 2023
1 parent 6c205ac commit 382efaf
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions items.proto
Original file line number Diff line number Diff line change
Expand Up @@ -191,20 +191,6 @@ message Query {
// query including all linking needs to be done in 10s, not 10s for *each*
// query
google.protobuf.Duration timeout = 8;

// The below fields are used when a query is made over the NATS network and
// the requester needs to specify where the results of that query should be
// sent. These subjects will be used in addition to the defaults and are
// usually just dynamically generated inboxes

// Subject that items resulting from the query should be sent to
string itemSubject = 16;

// Subject that both interim and final responses should be sent to
string responseSubject = 17;

// Subject that errors will be sent to
string errorSubject = 18;
}

message QueryResponse {
Expand Down

0 comments on commit 382efaf

Please sign in to comment.