Skip to content

beta3-z/kafka-dev-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

NOTES

bin/kafka-topics.sh --zookeeper localhost:2181
--create --topic helloworld --partitions 1 --replication-factor 1

bin/kafka-topics.sh --zookeeper localhost:2181 --list

bin/kafka-topics.sh --describe --zookeeper localhost:2181 --topic helloworld

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

bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic helloworld --from-beginning

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published