From 0cfed8c3cb8cd4e9e35310a0ce7621945e10ef70 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev Date: Wed, 10 Feb 2021 15:29:05 +0500 Subject: restart replication if RabbitMQ connection closed https://github.com/google/go-cloud/issues/2958 --- docker/compose/replication.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docker/compose/replication.toml (limited to 'docker/compose/replication.toml') 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 -- cgit v1.2.3