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/replication.toml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docker/replication.toml (limited to 'docker/replication.toml') diff --git a/docker/replication.toml b/docker/replication.toml deleted file mode 100644 index 833bb1692..000000000 --- a/docker/replication.toml +++ /dev/null @@ -1,11 +0,0 @@ -[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