From e24b25de784daf42a15daf573249d608ebc2b44a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 21 Apr 2020 21:16:13 -0700 Subject: async meta caching: can stream updates now --- 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 bc159fd14..6d890861d 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -253,6 +253,7 @@ message SubscribeMetadataRequest { message SubscribeMetadataResponse { string directory = 1; EventNotification event_notification = 2; + int64 ts_ns = 3; } message LogEntry { -- cgit v1.2.3