adjust message

This commit is contained in:
Chris Lu 2018-12-05 02:03:03 -08:00
parent e2276b0626
commit fb43a9d7b9

View file

@ -191,12 +191,18 @@ topic = "seaweedfs_filer_topic" # a topic, auto created if does not exists
[source.filer] [source.filer]
enabled = true enabled = true
grpcAddress = "localhost:18888" grpcAddress = "localhost:18888"
directory = "/buckets" # all files under this directory tree are replicated # all files under this directory tree are replicated.
# this is not a directory on your hard drive, but on your filer.
# i.e., all files with this "prefix" are sent to notification message queue.
directory = "/buckets"
[sink.filer] [sink.filer]
enabled = false enabled = false
grpcAddress = "localhost:18888" grpcAddress = "localhost:18888"
directory = "/backup" # all replicated files are under this directory tree # all replicated files are under this directory tree
# this is not a directory on your hard drive, but on your filer.
# i.e., all received files will be "prefixed" to this directory.
directory = "/backup"
replication = "" replication = ""
collection = "" collection = ""
ttlSec = 0 ttlSec = 0