Skip to content

Instantly share code, notes, and snippets.

View chandranitu's full-sized avatar
🎯
Focusing

chandrashekhar chandranitu

🎯
Focusing
  • cns technology
  • Hyderabad
View GitHub Profile
@chandranitu
chandranitu / KT01.sh
Created May 2, 2020 04:52 — forked from LearningJournal/KT01.sh
Kafka Tutorial Code Samples for Learning Journal Website
kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic test
@chandranitu
chandranitu / benchmark-commands.md
Created May 15, 2020 11:36 — forked from ueokande/benchmark-commands.md
Kafka Benchmark Commands

Benchmark commands

Producer

Setup

bin/kafka-topics.sh \
  --zookeeper zookeeper.example.com:2181 \
  --create \