Examples
Kafka Streams Getting Started![]() * Input Stream – an input kafka topic in which you will get video titles with number of views per video * Consumer / Processor – a kafka streams application which reads the video views data and counts the number of views each video is getting * Processor / Consumer – Kafka streams will write the total video view data into an output topic * The output topic at any point will have the total number of views each of our videos have got. |

