replication to todays date directory

This commit is contained in:
Konstantin Lebedev
2021-01-27 12:45:58 +05:00
parent 5e07afb0f0
commit 3634811408
4 changed files with 20 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ 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.
# the RabbitMQ management plugin. Сreate myexchange of type fanout and myqueue then
# create binding myexchange => myqueue
topic_url = "rabbit://swexchange"
sub_url = "rabbit://swqueue"

View File

@@ -8,4 +8,5 @@ directory = "/buckets"
[sink.local]
enabled = true
directory = "/data"
directory = "/data"
todays_date_format = "2006-02-01"