From 64f3d6fb6e1acb007b3e4726962c7ea35bacc4c4 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sat, 23 Jul 2022 10:50:28 -0700 Subject: metadata subscription uses client epoch --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src/main') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index bd0932cb8..6277c3c6e 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -346,6 +346,7 @@ message SubscribeMetadataRequest { repeated string path_prefixes = 6; int32 client_id = 7; int64 until_ns = 8; + int32 client_epoch = 9; } message SubscribeMetadataResponse { string directory = 1; -- cgit v1.2.3