Skip to content

Instantly share code, notes, and snippets.

@lechidung
Created July 9, 2019 03:14
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/5727369036185928f967e2898dff1792 to your computer and use it in GitHub Desktop.
Save lechidung/5727369036185928f967e2898dff1792 to your computer and use it in GitHub Desktop.
Use Pulsar standalone
# 1. Consume a message
sudo bin/pulsar-client consume my-topic -s "first-subscription"
# 2. Produce a message
sudo bin/pulsar-client produce my-topic --messages "hello-pulsar 2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment