In this lab, you will:
Start a Kafka cluster on a Compute Engine single machine
Write example input data to a Kafka topic, using the console producer included in Kafka
Process the input data with a Java application called WordCount that uses the Kafka Streams library* Inspect the output data of the application, using the console consumer included in Kafka