From 27f63cf373812fd49bf5b3d6f3a1442d9ae6c319 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 6 Oct 2018 17:42:25 -0700 Subject: [PATCH] Updated Async Replication to another Filer (markdown) --- Async-Replication-to-another-Filer.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Async-Replication-to-another-Filer.md b/Async-Replication-to-another-Filer.md index 2068e2a..eb97929 100644 --- a/Async-Replication-to-another-Filer.md +++ b/Async-Replication-to-another-Filer.md @@ -11,10 +11,10 @@ There should be two Seaweed File Systems running, possibly across data centers. ``` [notification.log] -enabled = true +enabled = false [notification.kafka] -enabled = false +enabled = true hosts = [ "localhost:9092" ] @@ -51,4 +51,6 @@ ttlSec = 0 Please read the source.filer and sink.filer configurations carefully and make sure you fully understand its intention. This is actually using one filer and replicate files from one folder to another folder. -* Start the replication. "`weed filer.replicate`" \ No newline at end of file +* Start the Kafka. +* Start the replication. "`weed filer.replicate`" +* Start the filer. "`weed filer`"