From the course: Apache Kafka Essential Training: Getting Started (2021)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Setting up the exercise files

Setting up the exercise files

From the course: Apache Kafka Essential Training: Getting Started (2021)

Start my 1-month free trial

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 files into my documents slash exercise files directory. Please don't load in a similar location in your setup. There are two exercise files here. The Java project that is bundled into the kafka-getting-started.zip file and the Docker compose YAML file called kafka-single-node.yml. Let's first start to set up the Java project under kafka-getting-started.zip. Unzip the file kafka-getting-started.zip. This will create the folder Kafka Getting Started with the project contents under it. Open IntelliJ IDEA. Select Open or Import. Choose the route folder for the exercise files. Now IntelliJ IDEA would proceed the combined the project. It will download all the dependencies if it is not already available in your local Maven repository. Please make sure to select the right SDK in the Project Structure…

Contents