Skip to content

Instantly share code, notes, and snippets.

@indiejoseph
Created June 16, 2020 07:02
Show Gist options
  • Save indiejoseph/79dc8d96fe0a50890cb0cdffb9a15a44 to your computer and use it in GitHub Desktop.
Save indiejoseph/79dc8d96fe0a50890cb0cdffb9a15a44 to your computer and use it in GitHub Desktop.
KAFKA create topic
$KAFKA_HOME/bin/kafka-topics.sh --create --zookeeper $ZK --replication-factor 1 --partitions 2 --topic topic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment