mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Async Replication to another Filer (markdown)
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`"
|
||||
|
|
Loading…
Reference in a new issue