Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1018 Bytes

kafka-tools.adoc

File metadata and controls

45 lines (25 loc) · 1018 Bytes

Kafka Tools

Kafka tools includes the following administration tools:

ConsoleProducer

kafka.tools.ConsoleProducer

./bin/kafka-console-producer.sh --broker-list localhost:9092 --topic my-topic

ConsoleConsumer

kafka.tools.ConsoleConsumer

./bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic my-topic