December 2018
Beginner
186 pages
4h 10m
English
To build the project, run the following command from the kioto directory:
$ gradle jar
If everything is correct, the output is something like the following:
BUILD SUCCESSFUL in 3s1 actionable task: 1 executed
$ ./bin/kafka-topics --zookeeper localhost:2181 --create --topic uptimes --replication-factor 1 --partitions 4
$ ./bin/kafka-console-consumer --bootstrap-server localhost:9092 --topic uptimes --property print.key=true
Read now
Unlock full access