How to Delete a topic in apache kafka [duplicate]

Deletion of a topic has been supported since 0.8.2.x version. You have to enable topic deletion (setting delete.topic.enable to true) on all brokers first. Note: Ever since 1.0.x, the functionality being stable, delete.topic.enable is by default true. Follow this step by step process for manual deletion of topics Stop Kafka server Delete the topic directory, … Read more