From a3003c4f546c6e24e260f87470570379c8fb4a43 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 23 Dec 2020 15:10:25 -0800 Subject: [PATCH] Updated Filer Change Data Capture (markdown) --- Filer-Change-Data-Capture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filer-Change-Data-Capture.md b/Filer-Change-Data-Capture.md index ca3b574..e09ef1e 100644 --- a/Filer-Change-Data-Capture.md +++ b/Filer-Change-Data-Capture.md @@ -34,7 +34,7 @@ The gRPC API has several important use cases within SeaweedFS: * Replicate meta data to other filers if not sharing the same filer meta store. * Replicate meta data to `weed mount` asynchronously. -The gRPC API is also open to public and can support all other languages. +The gRPC API is also open to public and can support many other languages. # Example