aboutsummaryrefslogtreecommitdiff
path: root/docker/replication.toml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/replication.toml')
-rw-r--r--docker/replication.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/docker/replication.toml b/docker/replication.toml
new file mode 100644
index 000000000..2cee755a5
--- /dev/null
+++ b/docker/replication.toml
@@ -0,0 +1,12 @@
+[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]
+enabled = true
+directory = "/data"
+todays_date_format = "2006-02-01" \ No newline at end of file