If you have problems deleting themes, try deleting the theme using:
$KAFKA_HOME/bin/kafka-topics.sh --delete --zookeeper localhost:2181 --topic your_topic_name
team. Then, to check the removal process, go to the kafka log directory, which is usually located in /tmp/kafka-logs/ , then delete your_topic_name using the rm -rf your_topic_name .
Remember to control the entire process with the kafka management tool such as the Kafka Tool .
The process mentioned above will delete the threads without restarting the kafka server.
Vahid F Jul 07 '18 at 10:35 2018-07-07 10:35
source share