aboutsummaryrefslogtreecommitdiff
path: root/docker/compose/replication.toml
blob: 833bb16920e8071dc0bd9231b1c73d2f4bf4c636 (plain)
1
2
3
4
5
6
7
8
9
10
11
[source.filer]
enabled = true
grpcAddress = "filer:18888"
# 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.local_incremental]
enabled = true
directory = "/data"