Skip to content

Instantly share code, notes, and snippets.

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 lechidung/98b2533f80a4b0351efcc76684dd6ac5 to your computer and use it in GitHub Desktop.
Save lechidung/98b2533f80a4b0351efcc76684dd6ac5 to your computer and use it in GitHub Desktop.
Install and start Start Pulsar standalone
# 1. Install Java
sudo yum install java-1.8.0-openjdk
# 2. Download Apache Pulsar package
wget https://archive.apache.org/dist/pulsar/pulsar-2.4.0/apache-pulsar-2.4.0-bin.tar.gz
# 3. Unzip Apache Pulsar package
tar xvfz apache-pulsar-2.4.0-bin.tar.gz
# 4. Execute Apache Pulsar
cd apache-pulsar-2.4.0
./bin/pulsar standalone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment