summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-03-27 15:24:37 +0200
committerGitHub <[email protected]>2023-03-27 15:24:37 +0200
commitd213d689b2deee3be5e0a73f45f17a51ecb89190 (patch)
tree6202af8ad55885e555c0ad5a2776ffcbd096627e /.rr.yaml
parentb21a4f23aa42dd906c31d59753e407d2c869e88a (diff)
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.rr.yaml b/.rr.yaml
index c1ea759f..2216f54b 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -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.
#