Kafka tools includes the following administration tools:
AclCommand
ConfigCommand
ConsumerGroupCommand
DelegationTokenCommand
DeleteRecordsCommand
DumpLogSegments
EndToEndLatency
LeaderElectionCommand
LogDirsCommand
ReassignPartitionsCommand
ReplicaVerificationTool
StreamsResetter
TopicCommand
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