aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@yahooinc.com>2023-04-19 14:29:38 +0000
committerHåvard Pettersen <havardpe@yahooinc.com>2023-04-19 14:29:38 +0000
commit26ca931754c344e8a7c68dcc4cd3ac358f72f1cb (patch)
treefc5a03db295eaf830e819f5c02cf4f5b84436d3d /storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto
parent1b0363508a5a14e8d9d39bb7421ed1040b1a2a6a (diff)
wire document condition probing through protobuf protocol
Diffstat (limited to 'storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto')
-rw-r--r--storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto b/storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto
index 92c0fdc0b87..b02e1eab0aa 100644
--- a/storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto
+++ b/storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto
@@ -66,6 +66,7 @@ message GetRequest {
Weak = 1;
}
InternalReadConsistency internal_read_consistency = 5;
+ TestAndSetCondition condition = 6;
}
message GetResponse {
@@ -76,6 +77,7 @@ message GetResponse {
// Note: last_modified_timestamp and tombstone_timestamp are mutually exclusive.
// Tracked separately (rather than being a flag bool) to avoid issues during rolling upgrades.
uint64 tombstone_timestamp = 5;
+ bool condition_matched = 6;
}
message RevertRequest {