diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-02-10 04:09:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-10 04:09:54 -0800 |
| commit | 755b5248146ed34ce962c9a99c223f1728ce8d8d (patch) | |
| tree | a91589b0f985c8febe4890a8ae7941ab8556d18a /docker/compose/replication.toml | |
| parent | 770393a48c7c70084ae2f1bc510b8504d3b14aa4 (diff) | |
| parent | 0cfed8c3cb8cd4e9e35310a0ce7621945e10ef70 (diff) | |
| download | seaweedfs-755b5248146ed34ce962c9a99c223f1728ce8d8d.tar.xz seaweedfs-755b5248146ed34ce962c9a99c223f1728ce8d8d.zip | |
Merge pull request #1794 from kmlebedev/recoveringRabbitMQ
Diffstat (limited to 'docker/compose/replication.toml')
| -rw-r--r-- | docker/compose/replication.toml | 11 |
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 |
