This document describes how to delete a topic in the CKafka console.
Note:
- Deleting a topic will also delete the messages stored in the topic. Do so with caution.
- Topic deletion is an async operation. After you finish the steps required to delete a topic, it takes 1 minute for the configuration to take effect with ZooKeeper. During this period, if you try to create a topic with the same name as the deleted one, the system will return the error code
[4000]10011
. Wait and try again later.
Was this page helpful?