aboutsummaryrefslogtreecommitdiff
path: root/docker/compose/replication.toml
diff options
context:
space:
mode:
authorbingoohuang <bingoo.huang@gmail.com>2021-02-18 14:05:51 +0800
committerbingoohuang <bingoo.huang@gmail.com>2021-02-18 14:05:51 +0800
commit352ac2f2712177d6a9c8220bab73823ff6748581 (patch)
tree88b5976b0e9382883ba21a20098c319a8787c002 /docker/compose/replication.toml
parenteab6e31d34bb22beeb1ca416596c44b1590075c0 (diff)
parentc8f56f5712c1efffc46de95a8057ed09c21da2db (diff)
downloadseaweedfs-352ac2f2712177d6a9c8220bab73823ff6748581.tar.xz
seaweedfs-352ac2f2712177d6a9c8220bab73823ff6748581.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'docker/compose/replication.toml')
-rw-r--r--docker/compose/replication.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docker/compose/replication.toml b/docker/compose/replication.toml
new file mode 100644
index 000000000..833bb1692
--- /dev/null
+++ b/docker/compose/replication.toml
@@ -0,0 +1,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" \ No newline at end of file