aboutsummaryrefslogtreecommitdiff
path: root/docker/notification.toml
diff options
context:
space:
mode:
authorKonstantin Lebedev <lebedev_k@tochka.com>2021-02-10 15:29:05 +0500
committerKonstantin Lebedev <lebedev_k@tochka.com>2021-02-10 15:29:05 +0500
commit0cfed8c3cb8cd4e9e35310a0ce7621945e10ef70 (patch)
treea91589b0f985c8febe4890a8ae7941ab8556d18a /docker/notification.toml
parent770393a48c7c70084ae2f1bc510b8504d3b14aa4 (diff)
downloadseaweedfs-0cfed8c3cb8cd4e9e35310a0ce7621945e10ef70.tar.xz
seaweedfs-0cfed8c3cb8cd4e9e35310a0ce7621945e10ef70.zip
restart replication if RabbitMQ connection closed
https://github.com/google/go-cloud/issues/2958
Diffstat (limited to 'docker/notification.toml')
-rw-r--r--docker/notification.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/docker/notification.toml b/docker/notification.toml
deleted file mode 100644
index dcd5f2c6f..000000000
--- a/docker/notification.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-[notification.log]
-# this is only for debugging perpose and does not work with "weed filer.replicate"
-enabled = false
-
-
-[notification.gocdk_pub_sub]
-# The Go Cloud Development Kit (https://gocloud.dev).
-# PubSub API (https://godoc.org/gocloud.dev/pubsub).
-# Supports AWS SNS/SQS, Azure Service Bus, Google PubSub, NATS and RabbitMQ.
-enabled = true
-# This URL will Dial the RabbitMQ server at the URL in the environment
-# variable RABBIT_SERVER_URL and open the exchange "myexchange".
-# The exchange must have already been created by some other means, like
-# the RabbitMQ management plugin. Сreate myexchange of type fanout and myqueue then
-# create binding myexchange => myqueue
-topic_url = "rabbit://swexchange"
-sub_url = "rabbit://swqueue" \ No newline at end of file