Skip to content

muller/fatka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fatka

Kafka fatjar

Fatjar for quickstart with kafka.

Start kafka broker - localhost:9092 (with zookeeper - localhost:2181)

java -jar fatka_deploy.jar

Start console consumer

java -cp fatka_deploy.jar kafka.tools.ConsoleConsumer --zookeeper localhost:2181 --topic test-topic

Start console producer

java -cp fatka_deploy.jar kafka.tools.ConsoleProducer --broker-list localhost:9092 --topic test-topic

Explore zookeeper

java -cp bazel-bin/src/main/scala/fatka/fatka_deploy.jar org.apache.zookeeper.ZooKeeperMain

About

Kafka fatjar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published