Skip to content

Instantly share code, notes, and snippets.

@khoa-le
Created March 23, 2020 05:53
Show Gist options
  • Select an option

  • Save khoa-le/37c02469b4aa6ead5088a39c51434235 to your computer and use it in GitHub Desktop.

Select an option

Save khoa-le/37c02469b4aa6ead5088a39c51434235 to your computer and use it in GitHub Desktop.
The Kafka playground

##Start Zookeeper bin/zookeeper-start.sh config/zookeeper.properties

##Start broker server bin/kafka-server-start.sh config/server.properties

##List all topic bin/kafka-topics.sh --zookeeper=127.0.0.1:2181 --list

##Create topic kafka_2.12-2.0.0 % bin/kafka-topics.sh --zookeeper=127.0.0.1:2181 --create --topic=orders --partitions=3 --replication-factor=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment