Skip to content

Commit

Permalink
Fix "bootstrap.servers" typo (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin authored and jamtur01 committed Mar 28, 2017
1 parent 8bf6b64 commit 590942e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riemann/kafka.clj
Expand Up @@ -24,7 +24,7 @@
Example with SSL enabled:
(def kafka-output (kafka {:boostrap.servers \"kafka.example.com:9092\"
(def kafka-output (kafka {:bootstrap.servers \"kafka.example.com:9092\"
:security.protocol \"SSL\"
:ssl.truststore.location \"/path/to/my/truststore.jks\"
:ssl.truststore.password \"mypassword\"}))"
Expand Down

0 comments on commit 590942e

Please sign in to comment.