Updated Async Replication to another Filer (markdown)

Chris Lu 2018-10-06 17:42:25 -07:00
parent a3aa3e9f0a
commit 27f63cf373

@ -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`"
* Start the Kafka.
* Start the replication. "`weed filer.replicate`"
* Start the filer. "`weed filer`"