diff options
author | Valery Piashchynski <[email protected]> | 2023-03-27 15:24:37 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-27 15:24:37 +0200 |
commit | d213d689b2deee3be5e0a73f45f17a51ecb89190 (patch) | |
tree | 6202af8ad55885e555c0ad5a2776ffcbd096627e /.rr.yaml | |
parent | b21a4f23aa42dd906c31d59753e407d2c869e88a (diff) |
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1158,10 +1158,10 @@ sqs: # This option is required to use Kafka driver, kafka: - # Kafka brokers can contain any number of addresses separated by comma (127.0.0.1:9092,127.0.0.1:9093,...) + # Kafka brokers addresses # # Required to use Kafka driver - brokers: 127.0.0.1:9092, 127.0.0.1:9002 + brokers: ["127.0.0.1:9092", "127.0.0.1:9002"] # SASL authentication options to use for all connections. Depending on the auth type, plain or aws_msk_plain sections might be removed. # |