From the course: Complete Guide to Apache Kafka for Beginners

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Kafka topics CLI

Kafka topics CLI

Hi, this is Stephane from Conduktor and welcome to this lecture on using the Kafka topics CLI. So we have a Kafka cluster and we know that it's made out of topics and so therefore we're going to do topic management using the CLI, we're going to create Kafka topics, we're going to list Kafka topics, describe Kafka topics, increase the number of partitions in a Kafka topic. And finally, we're going to delete a Kafka topic. But if you are on Windows non-WSL2, then please do not delete a topic, otherwise things will crash fatally for you. Okay. So let's get started and practice. Hi, this is Stephane from Conduktor and in this lecture, we're going to learn how to use the Kafka topics CLI to create and delete and list topics. And these files you can find in the Section 2 of this course called Code Download. And you can download the code and unzip it and you'll be good to go. So in this tutorial and for the CLI, I'm going to show you how to do it on the conduktor platform. But all the…

Contents