From b90d92fca91b21c8b0cd2bc468af5c4e5f06d5c3 Mon Sep 17 00:00:00 2001 From: chrislu Date: Tue, 20 Sep 2022 09:25:18 -0700 Subject: grpc: watch metadata changes by directory --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 1f1634f9b..66c6d2a13 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -342,6 +342,7 @@ message SubscribeMetadataRequest { int32 client_id = 7; int64 until_ns = 8; int32 client_epoch = 9; + repeated string directories = 10; // exact directory to watch } message SubscribeMetadataResponse { string directory = 1; -- cgit v1.2.3