[ 
https://issues.apache.org/jira/browse/KAFKA-3367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15190206#comment-15190206
 ] 

Mayuresh Gharat commented on KAFKA-3367:
----------------------------------------

The client that are producing to the kafka clusters should be stopped before 
you delete the topic. This is because when the topic gets deleted, the producer 
is going to issue TopicMetadata request and since the automatic topic creation 
is turned ON, it will recreate the topic.

> Delete topic dont delete the complete log from kafka
> ----------------------------------------------------
>
>                 Key: KAFKA-3367
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3367
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Akshath Patkar
>
> Delete topic Just marks the topic as deleted. But data still remain in logs.
> How can we delete the topic completely with out doing manual delete of logs 
> from kafka and zookeeper



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to