Search Unix Commands/Scripts


  Help us in improving the repository. Add new commands/scripts through 'Submit Commands/Scripts ' link.





Unix Commands/Scripts

 Sample 1. Create a new Kafka topic

kafka-topics --zookeeper <host:port> --create --topic <topic_name> --partitions <number_of_partitions> --replication-factor <replication_factor>

Example -

kafka-topics --zookeeper <localhost:80> --create --topic newTopic --partitions 5 --replication-factor 1

   Like      Feedback     



Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner