aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/sub
AgeCommit message (Collapse)AuthorFilesLines
2021-02-11Do reconnect to RabbitMQKonstantin Lebedev1-9/+24
https://github.com/google/go-cloud/issues/2958 https://github.com/chrislusf/seaweedfs/issues/1773
2021-02-10restart replication if RabbitMQ connection closedKonstantin Lebedev1-0/+4
https://github.com/google/go-cloud/issues/2958
2021-02-03fix log warnKonstantin Lebedev1-1/+1
2021-02-03RabbitMQ delay retry with Dead Letter ExchangeKonstantin Lebedev1-5/+89
https://github.com/chrislusf/seaweedfs/issues/1773 https://github.com/google/go-cloud/issues/2952
2021-01-26notification add ack and nackChris Lu5-8/+25
2020-04-10fix sqs message readingChris Lu1-1/+3
2020-01-29support env variables to overwrite toml fileChris Lu5-23/+23
2019-11-18WIPChris Lu1-3/+3
2019-07-17disable azure due to api changesChris Lu1-1/+1
2019-04-05fix typoJonathan Amsterdam1-1/+1
2019-04-04replication: add GoCDK PubSub supportJonathan Amsterdam1-0/+50
2018-11-01go fmtChris Lu2-6/+6
2018-11-01separate into notification.toml, add gcp pub/sub message queueChris Lu1-0/+109
2018-10-31support AWS SQS as file change notification message queueChris Lu3-0/+287