restart replication if RabbitMQ connection closed
https://github.com/google/go-cloud/issues/2958
This commit is contained in:
11
docker/compose/replication.toml
Normal file
11
docker/compose/replication.toml
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user