Skip to content

danielricart/kafka-client-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Kafka client

Requires kafka-python library ##Producer python producer.py --kafka Broker0,broker1,broker2 --topic MyAwesomeTopic

##Consumer python consumer.py --kafka Broker0,broker1,broker2 --topic MyAwesomeTopic --group MyconsumerGroup

If you don't set --group it defaults to kafka-python.

About

quick&dirty Python Kafka client for fast consumption / production

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages