Skip to content

Commit

Permalink
Add LoadBookmark.skipCache to allow forcing a fresh fetch for Change …
Browse files Browse the repository at this point in the history
…snapshots
  • Loading branch information
DavidS-ovm committed Aug 17, 2023
1 parent a0eae4f commit 62de432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ message LoadBookmark {
bytes UUID = 1;
// a correlation ID to match up requests and responses. set this to a value unique per connection
bytes msgID = 2;
// set to true to force fetching fresh data
bool skipCache = 3;
}

message BookmarkLoadResult {
Expand Down

0 comments on commit 62de432

Please sign in to comment.