Skip to content

Instantly share code, notes, and snippets.

@mabulgu
Last active August 10, 2020 23:20
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 mabulgu/ae0adf42cbc641e6dd0654bfe8950f2b to your computer and use it in GitHub Desktop.
Save mabulgu/ae0adf42cbc641e6dd0654bfe8950f2b to your computer and use it in GitHub Desktop.
Strimzi Kafka CLI: Managing Strimzi in a Kafka Native Way - Code Snippets
bin/kafka-topics.sh --create --topic messages --partitions 24 --replication-factor 3 --zookeeper [zk_ip_here]:2181
kfk topics --create --topic messages --partitions 24 --replication-factor 3 -c [strimzi_kafka_cluster_name] -n [kubernetes_namespace_for cluster]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment