filer: add conditional update preconditions

This commit is contained in:
Chris Lu
2026-03-16 11:37:50 -07:00
parent 61d6f2608e
commit f48896c7e1
6 changed files with 224 additions and 95 deletions
@@ -213,6 +213,7 @@ message UpdateEntryRequest {
Entry entry = 2;
bool is_from_other_cluster = 3;
repeated int32 signatures = 4;
map<string, bytes> expected_extended = 5;
}
message UpdateEntryResponse {
SubscribeMetadataResponse metadata_event = 1;