summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
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.
#