From the course: Apache Kafka Essential Training: Getting Started
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Setting up topics - Kafka Tutorial
From the course: Apache Kafka Essential Training: Getting Started
Setting up topics
- [Instructor] In this video, let's create the topic for the use case using the Kafka command line. The commands for this chapter, are available under the resources directory in chapter six commands.text. The creation command uses the create argument the topic name as kafka.usecase.students and the number of partitions as two. Let's run the command now. The topic is now created. Let's look at this topic. Using the descript command, we see that the topic is created successfully with two partitions.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.