Technical Blog

Kafka The Definitive Guide - 12 Administering Kafka

Administering Kafka.

kafka-topics.sh provides easy access to most topic operations. It allows you to create, modify, delete, and list information about topics in the cluster. To use it need to provide cluster connection string and port through the --bootstrap-server option.

Standard way kafka-config.sh to make any configuration change.