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 consumer groups CLI

Kafka consumer groups CLI

Hi, this is Stephane from Conduktor and in this lecture, we're going to have a look at the Kafka consumer groups CLI because in this lecture we're going to see how we can reset, delete and so on, manage these consumer groups. So we've seen in a previous lecture that we had multiple consumer groups reading from the same topic. It was possible. And we've also shown that consumer groups can within spread the reads. So this makes sense. So in this lecture we're going to list the existing consumer groups, we're going to describe one consumer group, and then we're going to delete a consumer group. So let's get started. So let's open this file name for consumer groups and we'll have a look at the Kafka consumer group CLI. So again, as usual, the documentation can be done by entering the command itself. And so the first thing we're going to do is list all our consumer groups. So as you can see in here, we have two consumer groups, my first application and my second application. But this is…

Contents