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-console-consumer --bootstrap-server localhost:9092 --topic uptimes --property print.key=true
EW05-HV36 33BO58-SB28 20DV03-ZT93 46...
Now, we have seen how to create our own SerDe to abstract the serialization code from our application's ...
Read now
Unlock full access