We are running Kafka via DCOS. We have a topic which appears to have some bad data. I would like to delete that topic.
Tried running: kafka-topics.sh --zookeeper --delete --topic
This said it had marked the topic for deletion but that it wouldn't work unless the "delete.topic.enable=true". Tried setting that for each broker using:
dcos kafka broker update 1 --options delete.topic.enable=true`
And then restarted the brokers
The topic is still there and still marked for deletion. How can I get the brokers to delete that topic?