Kafka-topics.sh is a shell script bundled with Apache Kafka that allows you to create, list, describe, delete, and modify Kafka topics. It is used to manage topics in a Kafka cluster.
The script can be used to list all the Kafka topics in a cluster by passing the --list option along with the information about the cluster.
It can also be used to describe a Kafka topic by knowing the leader for the topic, the broker instances acting as replicas for the topic, and the number of partitions of a Kafka Topic that has been created with.
The script can be used to list all the Kafka topics in a cluster by passing the --list option along with the information about the cluster.
It can also be used to describe a Kafka topic by knowing the leader for the topic, the broker instances acting as replicas for the topic, and the number of partitions of a Kafka Topic that has been created with.
Mentions in press and media 1
Date | Title | Description |
28.02.2023 | Туториал по основам Apache Kafka: установка и работа с кластером из одного брокера | Собрали туториал по Кафке для того, чтобы вы могли быстро научиться с ней работать, получить фундаментальные навыки и безболезненно приступить к более высокоуровневому функционалу в дальнейшем. Материал записан на основе уроков курса Apache... |