From d0d59daebceaf7c40b33d3c7a3244a0e6efd7457 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 16 Sep 2022 09:59:39 -0700 Subject: [PATCH] Updated Filer Change Data Capture (markdown) --- Filer-Change-Data-Capture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Filer-Change-Data-Capture.md b/Filer-Change-Data-Capture.md index b644be3..e44e139 100644 --- a/Filer-Change-Data-Capture.md +++ b/Filer-Change-Data-Capture.md @@ -79,9 +79,9 @@ The gRPC API is also open to public and can support many other languages. # Example -Here is an example, in Java: +Here is an example [ExampleWatchFileChanges.java](https://github.com/seaweedfs/seaweedfs/blob/master/other/java/examples/src/main/java/com/seaweedfs/examples/ExampleWatchFileChanges.java), in Java: -https://github.com/seaweedfs/seaweedfs/blob/master/other/java/examples/src/main/java/com/seaweedfs/examples/WatchFiles.java +https://github.com/seaweedfs/seaweedfs/tree/master/other/java/examples/src/main/java/com/seaweedfs/examples To subscribe the meta data changes: | Parameter | Meaning |