Skip to content

Instantly share code, notes, and snippets.

@jnbdz
Last active March 31, 2018 18:06
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 jnbdz/1175ddb29a42cb38cb2f29a75b055ddf to your computer and use it in GitHub Desktop.
Save jnbdz/1175ddb29a42cb38cb2f29a75b055ddf to your computer and use it in GitHub Desktop.
/usr/local/kafka/bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test
Test Message 1
Test Message 2
# ^D
# Test
/usr/local/kafka/bin/kafka-console-consumer.sh --zookeeper localhost:2181 --topic test --from-beginning
# Test Message 1
# Test Message 2
# ^C
# Consumed 2 messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment