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