You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2020/05/18 20:10:00 UTC

[jira] [Created] (KAFKA-10016) Support For Purge Topic

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)