Kafka Streams Gotchas

Mahan Hashemizadeh
7 min readMar 15, 2020
Photo by Kouji Tsuru on Unsplash

Setup a project

In this article I’m going to be using Spring to demonstrate the various gotchas.

The code can be found on Github (use the README to get the application up and running).

The intention of the project is to get data about when cars were sold, and be able to aggregate the data based on year and make.

--

--

Mahan Hashemizadeh

When absolutely sure or in doubt always answer with “it depends”.