From the course: Stream Processing Design Patterns with Kafka Streams

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Setting up the exercise files

Setting up the exercise files

- [Instructor] In this video I will help you set up the exercise files for this course. In my case, I have downloaded the exercise file. KafkaStreams-Stream-Processing-Patterns.zip into my documents/exercise files folder. Download it in a similar location in your setup. Unzip the exercise files. This will create the folder KafkaStream streaming patterns with the project contents under it. Open IntelliJ IDEA. Select Open or Import. Choose the root folder for the exercise files and click Open. Now IntelliJ IDEA would proceed to compile the project. It will download all the dependencies if it is not already available in the Maven repository. Please make sure to select the right SDK in the project structure option. Make sure that the project compiles without any errors. Now we can proceed installing our dependent software. Namely Karfka, MariaDB and Redis.

Contents