Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagenone
kafka/bin/kafka-topics.sh --create \
--zookeeper localhost:2181 \
--replication-factor 23 \
--partitions 3 \
--topic unique-topic-name

...