Re: Kafka 0.8: delete topic with data

2014-02-27 Thread Neha Narkhede
No, delete topic support doesn't exist in 0.8 and the inclusion of DeleteTopicCommand was overlooked when we cut the release. So using that command can cause unexpected issues in the cluster and we don't recommend you use it. Delete topic is available in beta in the upcoming 0.8.1 release but I thi

Kafka 0.8: delete topic with data

2014-02-27 Thread Yury Ruchin
Hi, I'm using Kafka 0.8 which does not have a command to delete topic. However, I need the functionality and I'm trying to adopt this approach: https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/admin/DeleteTopicCommand.scala. I see it simply deletes the topic node from ZK. My qu