Created
August 10, 2017 21:16
-
-
Save pior/dbc1972e562e44320b37453cdb44ff56 to your computer and use it in GitHub Desktop.
Debugging Kafka on AlpineLinux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://github.com/edenhill/librdkafka/wiki/Using-SSL-with-librdkafka | |
| apk add --update openssl-dev | |
| curl https://codeload.github.com/edenhill/kafkacat/tar.gz/master | tar xzf - && cd kafkacat-* && bash ./bootstrap.sh | |
| ./kafkacat -C -b ... -t TOPIC -X 'security.protocol=ssl' -X ssl.certificate.location=tls.crt -X ssl.key.location=tls.key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment