Skip to content

Instantly share code, notes, and snippets.

@pior
Created August 10, 2017 21:16
Show Gist options
  • Select an option

  • Save pior/dbc1972e562e44320b37453cdb44ff56 to your computer and use it in GitHub Desktop.

Select an option

Save pior/dbc1972e562e44320b37453cdb44ff56 to your computer and use it in GitHub Desktop.
Debugging Kafka on AlpineLinux
# 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