kafka_2.9.2-0.8.2.0 - Topic marked for deletion

2015-11-03 Thread Kumar, Avinash
Hi, I am trying to delete the kafka topic, verison I am using is 2.9.2-0.8.2. I am using dockerized kafka to delete the topic already created and didn’t set the “delete.topic.enable=true”. When I am listing the topics, it is giving as “ marked for deletion”. Is this a bug? However when I am

Re: kafka_2.9.2-0.8.2.0 - Topic marked for deletion

2015-11-03 Thread Grant Henke
Hi Avinash, This is working as expected. Since delete topics is not enabled, they get marked for deletion, but never get deleted. Once you enable topic deletion (delete.topic.enable=true) the topics marked get delete. Once the topic is marked for deletion messages will still be available. It is