David Mollitor created KAFKA-10016: -------------------------------------- Summary: Support For Purge Topic Key: KAFKA-10016 URL: https://issues.apache.org/jira/browse/KAFKA-10016 Project: Kafka Issue Type: Improvement Reporter: David Mollitor
Some discussions about how to purge a topic. Please add native support for this operation. Is there a "starting offset" for each topic? Such a vehicle would allow for this value to be easily set with the current offeset and the brokers will skip (and clean) everything before that. [https://stackoverflow.com/questions/16284399/purge-kafka-topic] {code:none} kafka-topics --topic mytopic --purge {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)