Skip to content

Commit

Permalink
docs: fix incorrect spacing in the kafka streetlights example (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann authored Sep 12, 2022
1 parent 5580a9c commit 3ab65ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/streetlights-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ servers:
scram-connections:
url: test.mykafkacluster.org:18092
protocol: kafka-secure
description: Test broker secured with scramSha256
security:
- saslScram: []
description: Test broker secured with scramSha256
security:
- saslScram: []
mtls-connections:
url: test.mykafkacluster.org:28092
protocol: kafka-secure
description: Test broker secured with X509
security:
- certs: []
description: Test broker secured with X509
security:
- certs: []

defaultContentType: application/json

Expand Down

0 comments on commit 3ab65ff

Please sign in to comment.