Skip to content

Instantly share code, notes, and snippets.

@alexhwoods
Last active May 14, 2020 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexhwoods/a57d615b4601c46c32c59ad7af4087ab to your computer and use it in GitHub Desktop.
Save alexhwoods/a57d615b4601c46c32c59ad7af4087ab to your computer and use it in GitHub Desktop.
Install the Kafka Command Line Tools
  1. Download the Confluent Platform.
  2. Decompress the downloaded file, and move the confluent-x.y.z (where x.y.z is the major.minor.patch version) to your $HOME directory
  3. Add the following line your .bashrc or .zshrc
export PATH="${HOME}/confluent-x.y.z/bin:${PATH}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment