Is there a way to purge the topic in kafka?
I pushed a message that was too big into a kafka message topic on my local machine, now I\'m getting an
Here are the steps I follow to delete a topic named MyTopic:
rm -rf /tmp/kafka-logs/MyTopic-0. Repeat for other partitions, and all replicaszkCli.sh then rmr /brokers/MyTopicIf you miss you step 3, then Apache Kafka will continue to report the topic as present (for example when if you run kafka-list-topic.sh).
Tested with Apache Kafka 0.8.0.