aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-04-21 21:16:13 -0700
committerChris Lu <chris.lu@gmail.com>2020-04-21 21:16:13 -0700
commite24b25de784daf42a15daf573249d608ebc2b44a (patch)
tree53418a50125f664565572aea8e7fa10950c90a12 /other/java
parent4f02f7121d232507bbbba825fa241bc8d5e630ff (diff)
downloadseaweedfs-e24b25de784daf42a15daf573249d608ebc2b44a.tar.xz
seaweedfs-e24b25de784daf42a15daf573249d608ebc2b44a.zip
async meta caching: can stream updates now
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
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 {