December 2018
Beginner
186 pages
4h 10m
English
To scale out the architecture as promised, we must follow these steps:
$ ./bin/kafka-console-consumer --bootstrap-server localhost:9092 --topic uptimes --property print.key=true
$ java -cp ./build/libs/kioto-0.1.0.jar kioto.plain.PlainStreamsProcessor
This is when we verify that our application really scales out.
$ java -cp ./build/libs/kioto-0.1.0.jar kioto.plain.PlainStreamsProcessor
The output should be something like the following:
2017/07/05 15:03:18.045 INFO ... Setting newly assigned ...
Read now
Unlock full access