diff options
author | Valery Piashchynski <[email protected]> | 2023-03-01 10:34:58 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-01 10:34:58 +0100 |
commit | 23a6fc459e216a4d7658b1e5dcb1f5ef8aa87c1c (patch) | |
tree | 24d752cbd65e18cd99a7980a67d194b06c9f1c7f /.rr.yaml | |
parent | 0cbdc517c4b6232298cc7cda5ffa257dd38543ff (diff) |
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1157,7 +1157,7 @@ sqs: # # This option is required to use Kafka driver. Addrs can contain any number of addresses separated by comma (127.0.0.1:9092,127.0.0.1:9093,...) kafka: - addrs: 127.0.0.1:9092 + brokers: 127.0.0.1:9092, 127.0.0.1:9002 jobs: # Number of threads which will try to obtain the job from the priority queue |